[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'StdCtrls' (#lcl)

TCustomEdit.SetSelStart

Sets the value for the SelStart property.

Declaration

Source position: stdctrls.pp line 821

protected procedure TCustomEdit.SetSelStart(

  Val: Integer

); virtual;

Arguments

Val

  

New value for the SelStart property.

See also

TCustomEdit.SelStart

  

The zero-based index for the first UTF-8 character in the current text selection.


Version 3.2 Generated 2024-02-25 Home