[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Finds the starting and ending positions for the selection.
Source position: maskedit.pp line 278
protected procedure TCustomMaskEdit.GetSel( |
out _SelStart: Integer; |
out _SelStop: Integer |
); |
_SelStart |
|
Stating position for the text selected in the control. |
_SelStop |
|
Ending position for the text selected in the control. |
GetSel finds the starting and ending positions for the selected text in the control. Calls GetSelStart to get the value for the _SelStart argument. Calls GetSelLength to get the number of characters selected, and calculates the value for _SelStop.
Version 4.0 | Generated 2025-05-03 | Home |