Data.DB.TObjectField.UnNamed
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DB.pas Data.DB.hpp
| |
Unit: Data.DB | |
Parent: TObjectField |
Delphi
property UnNamed: Boolean read FUnNamed default False;
C++
__property bool UnNamed = {read=FUnNamed, default=0};
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.