DesignIntf.IDesignNotification.ItemDeleted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

virtual void __fastcall ItemDeleted(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 deleted from the form designer.

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

See Also