DECLARE FUNCTION DQBmapLayer (BYVAL Layer)
Layer - Number of the layer to map
An INTEGER value holding the segment where you can access the layer data
This function is useful when you want to have complete control over a specified layer: infact DQBmapLayer returns the segment of the 64K memory window where the layer data is held. If the layer is on EMS, the function returns the EMS pageframe, and it also map it to the specified layer data.
none