API:Bde.DBTables.TBDEDataSet.GetFieldFullName
Delphi
function GetFieldFullName(Field: TField): string; override;
C++
virtual System::UnicodeString __fastcall GetFieldFullName(Data::Db::TField* Field);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
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.