Data.DB.TField.SetParentComponent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TField

Delphi

procedure SetParentComponent(AParent: TComponent); override;

C++

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

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