[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if the control can modify the text for the control value.
Source position: dbctrls.pp line 198
protected function TDBEdit.EditCanModify: Boolean; override; |
True when the control can modify the value for the field in the linked dataset.
EditCanModify is an overridden Boolean function in TDBEdit. The return value contains the value for the CanModify property in the TFieldDataLink instance in the control.
Remark: | EditCanModify does NOT call the inherited method which always returns True. In addition, it is provided to maintain Delphi code compatibility; it is not referenced directly by any methods in the implementation of the control or its descendants. |
|
True if the linked field is capable of being modified. |
|
|
If True, the Edit box is allowed to modify its contents. |
Version 4.0 | Generated 2025-05-03 | Home |