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

TCustomEdit.SetSelText

Sets the value for the SelText property.

Declaration

Source position: stdctrls.pp line 823

protected procedure TCustomEdit.SetSelText(

  const Val: string

); virtual;

Arguments

Val

  

New value for the property.

See also

TCustomEdit.SelText

  

The currently selected text in the edit box for the control.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.