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

TCustomEdit.SetReadOnly

Sets the value for the ReadOnly property.

Declaration

Source position: stdctrls.pp line 819

protected procedure TCustomEdit.SetReadOnly(

  Value: Boolean

); virtual;

Arguments

Value

  

New value for the ReadOnly property.

See also

TCustomEdit.ReadOnly

  

Indicates if the user is prevented from changing the value for the Text in the control.


Version 3.2 Generated 2024-02-25 Home