Show: Delphi C++
Display Preferences

Data.DB.TDataSet.GetFieldFullName

From XE2 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

Personal tools
Previous Versions
Translations