Data.DBXCommon.TDBXValueType.Hidden

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Hidden: LongBool read GetHidden write SetHidden;

C++

__property System::LongBool Hidden = {read=GetHidden, write=SetHidden, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

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