Data.DB.TField.SetParentField

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetParentField(AField: TObjectField); virtual;

C++

virtual void __fastcall SetParentField(TObjectField* AField);

Description

Sets the TObjectField from which the field is derived.

SetParentField is the protected setter implementation for the ParentField property. SetParentField is used to set the TObjectField from which the field is derived. The parent field is given through the AField parameter.

See Also