[Overview][Types][Classes][Index] |
Indicates if the value for the control has been changed by the user.
Source position: groupededit.pp line 296
public property TCustomAbstractGroupedEdit.Modified : Boolean |
Modified is a Boolean property which indicate whether the value for the control has been changed by the user. The property value is read from and written to the Modified property in the BaseEditor control. The value in Modified is True if EditText (BaseEditor.Text) was changed using the keyboard, or by pasting a value from the clipboard. It contains False if the value was changed in program code.
Use event handlers, like OnEditingDone or OnChange, to perform actions needed when the value for the control has been changed.
|
Represents the control used as the editor for the value in the grouped edit control. |
|
|
Contains the value entered in the control including masking characters. |
|
|
String with the text or caption for the control. |
|
|
Event handler signalled when the value for the control is changed. |
|
|
Event handler signalled when editing is completed for the control. |
Version 4.0 | Generated 2025-05-03 | Home |