Show: Delphi C++
Display Preferences

Data.DB.TDataSetCommandStates

From XE2 API Documentation
Jump to: navigation, search

Delphi

type TDataSetCommandStates = set of (dcSupported, dcEnabled);

C++

typedef System::Set<Data_Db__17, Data_Db__17::dcSupported, Data_Db__17::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

Personal tools
Previous Versions
Translations