Selection
These events are generated to report that the user changed the selection state.
Syntax
Selection(bHaveSelection, lStart, lEnd)
Parameters
Parameter | Type | Description |
---|---|---|
BHaveSelection
|
Boolean | The flag is TRUE if a selection exists, or FALSE if a selection does not exist. |
lStart
|
Long | The logical address of the start of the view. |
lEnd
|
Long | The logical address of the end of the view. |