[Overview][Classes][Procedures and functions][Index] |
Indicates if the control can modify its contents.
Source position: dbextctrls.pp line 46
protected function TDBDateEdit.EditCanModify: Boolean; override; |
True when the control value can be changed.
EditCanModify is an overridden Boolean function which indicates if the control can modify the content for the control. EditCanModify is set to the value from CanModify in DataLink. The return value is True when the control accept new values.
Version 4.0 | Generated 2025-05-03 | Home |