DesignIntf.IDesigner60.Modified
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: DesignIntf.pas DesignIntf.hpp
| |
| Unit: DesignIntf | |
| Parent: IDesigner60 | |
Delphi
procedure Modified;
C++
virtual void __fastcall Modified() = 0 ;
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.