Data.DB.TObjectField.SetParentField

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetParentField(AField: TObjectField); override;

C++

virtual void __fastcall SetParentField(TObjectField* AField);

Properties

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

Description

Sets the TObjectField from which the field is derived.

SetParentField sets the parent field of this field. The parent field represents an object field that owns other fields.

See Also