[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TCustomAbstractGroupedEdit.Modified

Indicates if the value for the control has been changed by the user.

Declaration

Source position: groupededit.pp line 296

public property TCustomAbstractGroupedEdit.Modified : Boolean
  read GetModified
  write SetModified;

Description

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.

See also

TCustomAbstractGroupedEdit.BaseEditor

  

Represents the control used as the editor for the value in the grouped edit control.

TCustomAbstractGroupedEdit.EditText

  

Contains the value entered in the control including masking characters.

TCustomAbstractGroupedEdit.Text

  

String with the text or caption for the control.

TCustomAbstractGroupedEdit.OnChange

  

Event handler signalled when the value for the control is changed.

TCustomAbstractGroupedEdit.OnEditingDone

  

Event handler signalled when editing is completed for the control.


Version 4.0 Generated 2025-05-03 Home