Data.DB.TField.FullName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TField |
Delphi
property FullName: string read GetFullName;
C++
__property System::UnicodeString FullName = {read=GetFullName};
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.