Data.DB.TField.SetParentField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParentField(AField: TObjectField); virtual;

C++

virtual void __fastcall SetParentField(TObjectField* AField);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TField

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