Data.DB.TDataSet.GetFieldFullName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFieldFullName(Field: TField): string; virtual;

C++

virtual System::UnicodeString __fastcall GetFieldFullName(TField* Field);

Properties

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

Description

Returns the full name of the field.

GetFieldFullName returns the full name of the field given by the Field parameter. The full name of the field is made up from the name of the field and the name of its parent.

See Also