TiEditCustom.Modified
TiEditCustom
Indicates whether the user edited the text of the edit control.
property Modified: Boolean;
Description
Use Modified to determine whether the Text property of the edit control
changed. If an application directly alters the Text property of an edit control, it
should set the Modified property to True.
Example
Delphi
Value := iComponent.Modified;
C++ Builder
Value = iComponent->Modified;
Contents | Index | Previous | Next