Data.DB.TObjectField.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: TObjectField

Delphi

procedure SetParentField(AField: TObjectField); override;

C++

virtual void __fastcall SetParentField(TObjectField* AField);

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