Data.DBXCommon.TDBXValueType.Hidden
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXValueType |
Delphi
property Hidden: LongBool read GetHidden write SetHidden;
C++
__property System::LongBool Hidden = {read=GetHidden, write=SetHidden, nodefault};
Description
Gets or sets whether the value is hidden or not.
Hidden gets or sets the value that determines whether or not this value is hidden.