NotifyBaseComponents

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWContainerImplementation > Methods >

NotifyBaseComponents

SIGNATURE=IWContainer.TIWContainerImplementation.NotifyBaseComponents@TComponent

 

ETYPE=Method

 

Declaration:

Delphi:

public procedure NotifyBaseComponents(AComponent: TComponent);

C++:

void public: __fastcall NotifyBaseComponents(TComponent * AComponent);

 

Description: Notify all TIWBaseComponents owned by "AComponent", that the owner component has been parented to another control. "AComponent" is always a TFrame that owns non visual TIWBaseComponent descendants.