DesignIntf.IDesignNotification.ItemInserted
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: IDesignNotification |
Delphi
procedure ItemInserted(const ADesigner: IDesigner; AItem: TPersistent);
C++
virtual void __fastcall ItemInserted(const _di_IDesigner ADesigner, System::Classes::TPersistent* AItem) = 0 ;
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.