RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TField.FullName Property

Indicates the field name qualified by the full name of the parent field, if any.

Pascal
property FullName: string;
C++
__property AnsiString FullName;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!