Finds an overlay which contains the given dataset.
Visual Basic |
---|
Public Function FindDatasetOverlay( _ ByVal nDataset As Long, _ ByVal pos As Integer, _ ByVal bForwards As Integer _ ) As Integer |
True
|
Search from pos% + 1 (or the start if pos% is -1) to the end of the list of overlays. |
False
|
Search from pos% - 1 (or the end if pos% is -1) to the beginning of the list of overlays. |
The position in the list of overlays of an overlay which contains the dataset, or -1 if the dataset is not found.
sis.FindDatasetOverlay (4, –1, True)
Send comments on this topic.
Click to return to www.cadcorp.com
© Copyright 2000-2017 Computer Aided Development Corporation Limited (Cadcorp).