[Overview][Classes][Procedures and functions][Index] |
Signals the control changed state.
Source position: dbextctrls.pp line 51
protected procedure TDBDateEdit.EditChange; override; |
EditChange is an overridden procedure which which signals the control is changed. EditChange ensures that the control updates its DataLink to indicate the change status. EditChange uses the Editing property in DataLink to see if the Modified method in DataLink is needed. EditChange calls the inherited method.
|
Maintains an association between a control, an action, and a field in a linked dataset. |
|
|
True if the linked field is being edited. |
|
|
Updates the class when the linked dataset enters an edit state. |
Version 4.0 | Generated 2025-05-03 | Home |