Data.Bind.Components.TContainedBindComponent.SetParentComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParentComponent(AParent: TComponent); override;

C++

DYNAMIC void __fastcall SetParentComponent(System::Classes::TComponent* AParent);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TContainedBindComponent

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.

See Also