DesignIntf.IDesigner60.Modified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Modified;

C++

virtual void __fastcall Modified() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IDesigner60

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.

See Also