Data.Bind.Components.TContainedBindComponent.SetParentComponent
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TContainedBindComponent |
Delphi
procedure SetParentComponent(AParent: TComponent); override;
C++
DYNAMIC void __fastcall SetParentComponent(System::Classes::TComponent* AParent);
Description
Sets the parent component of this component.
SetParentComponent is used internally in the component streaming system. It is not necessary to call it directly.