System.Classes.IDesignerNotify.Modified
Delphi
procedure Modified;
C++
virtual void __fastcall Modified() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Classes.pas System.Classes.hpp |
System.Classes | IDesignerNotify |
Description
Notifies property and component editors when a change is made to a component.
When any change is made to a component the property and component editors call this method, allowing the designer to respond to the change.