Data.DB.TObjectField.UnNamed
Delphi
property UnNamed: Boolean read FUnNamed default False;
C++
__property bool UnNamed = {read=FUnNamed, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DB.pas Data.DB.hpp |
Data.DB | TObjectField |
Description
Indicates whether an object field in a nested table has a name associated with it.
UnNamed is set to true when the object field in a nested table has no name associated with it.