API:Bde.DBTables.TBDEDataSet.GetFieldFullName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

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

C++

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

Description

Returns the full name of the field.

Bde.DBTables.TBDEDataSet.GetFieldFullName inherits from Data.DB.TDataSet.GetFieldFullName. All content below this line refers to Data.DB.TDataSet.GetFieldFullName.

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