DesignIntf.IDesignNotification.ItemDeleted

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IDesignNotification

Delphi

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

C++

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

Description

Called when the item passed as parameter has been deleted from the form designer.

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

See Also