[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies the starting and ending positions for the text selected in the control.
Source position: maskedit.pp line 279
protected procedure TCustomMaskEdit.SetSel( |
const _SelStart: Integer; |
_SelStop: Integer |
); |
_SelStart |
|
Starting position for text selected in the control. |
_SelStop |
|
Ending position for text selected in the control. |
SetSel specifies the starting and ending positions for the text selected in the control.
Version 4.0 | Generated 2025-05-03 | Home |