Data.DB.TField.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.DB.pas
Data.DB.hpp
Data.DB TField

Description

Sets the parent component.

SetParentComponent is used internally by the component streaming system to implement component settings for the dataset or for the field's parent from within TField.

Do not call SetParentComponent directly.

See Also