Applies to
Declaration
property Modified: Boolean;
Description
The Modified property determines whether the text of a TPlusMemo or TDBPlusMemo control was changed since it was created or since the last time the Modified property was set to False. If Modified is True, the text was changed. If it is False, the text was not changed.
This property is available at run time only, with read and write access.