Data.DB.TField.FullName
Delphi
property FullName: string read GetFullName;
C++
__property System::UnicodeString FullName = {read=GetFullName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TField |
Description
Indicates the field name qualified by the full name of the parent field, if any.
Inspect FullName to determine the field's name when it may be a subfield in the flattened version of a more complex object field. FullName prefixes the FieldName property with the full name of the more complex object field of which it is a part.