DesignIntf.IDesignNotification.ItemInserted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ItemInserted(const ADesigner: IDesigner; AItem: TPersistent);

C++

virtual void __fastcall ItemInserted(const _di_IDesigner ADesigner, System::Classes::TPersistent* AItem) = 0 ;

Properties

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

Description

Called when the item passed as parameter has been inserted on the form designer.

This method is triggered indirectly by the Notification method of the owner of the component.

See Also