[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Is the field read-only
Source position: db.pas line 446
published property TField.ReadOnly : Boolean |
ReadOnly can be set to True to prevent controls of writing data to the field, effectively making it a read-only field. Setting this property to True does not prevent the field from getting a value through code: it is just an indication for GUI controls that the field's value is considered read-only.
|
Additional attributes of the field. |