[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TGraphic.Modified

Indicates if the graphic data in the class instance has been modified.

Declaration

Source position: graphics.pp line 868

public property TGraphic.Modified : Boolean
  read FModified
  write SetModified;

Description

Modified is a Boolean property which indicates if the graphic data in the class instance has been modified. Setting the value in Modified to True causes the Changed method to be called to signal the OnChange event handler (when assigned).

Modified is updated when methods in descendent classes call the Changed method.


Version 3.2 Generated 2024-02-25 Home