[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Performs actions needed when the value for the control has been changed.
Source position: dbctrls.pp line 201
protected procedure TDBEdit.Change; override; |
Change is an overridden procedure in TDBEdit used to ensure that the internal TFieldDataLink instance for the control is notified when the value for the control has been modified. Change calls the Modified method in TFieldDataLink to perform the notification, and calls the inherited Change method.
|
Updates the class when the linked dataset enters an edit state. |
|
|
Signals the OnUpdateData event handler for pending changes to the linked dataset. |
|
|
Suppresses the OnChange event when the initial value for the control is assigned. |
|
Version 4.0 | Generated 2025-05-03 | Home |