ComponentRemoved

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWBaseForm > Methods >

ComponentRemoved

SIGNATURE=IWBaseForm.TIWBaseForm.ComponentRemoved@TComponent@string@Boolean

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure ComponentRemoved(AComponent: TComponent; const AComponentName: string; ACheckState: Boolean = False);

C++:

void public: __fastcall ComponentRemoved(TComponent * AComponent, const String AComponentName, bool ACheckState = False);

 

Description: This is ComponentRemoved, a member of class TIWBaseForm.