Data.DB.TDataSetCommandStates

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TDataSetCommandStates = set of (dcSupported, dcEnabled);

C++

typedef System::Set<Data_Db__37, Data_Db__37::dcSupported, Data_Db__37::dcEnabled> TDataSetCommandStates;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Data.DB.pas
Data.DB.hpp
Data.DB Data.DB

Description

Set used to specify the states of a command.

TDataSetCommandStates is used to specify the states of a command.


TDataSetCommandStates can take none, one, or more of the values below:


Value Meaning

dcSupported

The command is supported.

dcEnabled

The command is enabled.

no value

The command is not supported.


See Also