Data.DBXCommon.TDBXValueType.Hidden

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also