[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 1017
protected procedure TDBMemo.Change; override; |
Change is an overridden method used to perform actions needed when the value for the control has been changed. Change ensures that the linked dataset is notified by calling its Modified method. Change calls the inherited method prior to exit to signal the OnChange event or other handlers implemented in the ancestor class.
|
Updates the class when the linked dataset enters an edit state. |
|
|
Performs actions needed when the text in the control is changed. |
|
|
Event handler signalled when the text for the control is changed. |
Version 4.0 | Generated 2025-05-03 | Home |