[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Sets the value for the ReadOnly property.
Source position: dbctrls.pp line 192
protected procedure TDBEdit.SetReadOnly( |
Value: Boolean |
); override; |
Value |
|
New value for the property. |
SetReadOnly is a procedure used to set the value for the ReadOnly property. SetReadOnly calls the inherited method. Write access for the property value is redirected to the ReadOnly property in the internal TFieldDataLink instance used in the class.
|
Indicates if the control cannot modify the field in the linked dataset. |
|
|
Sets the value for the ReadOnly property. |
Version 4.0 | Generated 2025-05-03 | Home |