DesignIntf.IDesignNotification.ItemsModified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ItemsModified(const ADesigner: IDesigner);

C++

virtual void __fastcall ItemsModified(const _di_IDesigner ADesigner) = 0 ;

Properties

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

Description

Called when one or more items were modified.

This method is triggered indirectly by the Modified method of the given ADesigner.

See Also