Data.DB.TDataSetCommandStates
| [–] Properties | |
|---|---|
| Type: set typedef
| |
| Visibility: public | |
| Source: Data.DB.pas Data.DB.hpp
| |
| Unit: Data.DB | |
| Parent: Data.DB | |
Delphi
TDataSetCommandStates = set of TDataSetCommandState;
C++
typedef System::Set<TDataSetCommandState, TDataSetCommandState::dcSupported, TDataSetCommandState::dcEnabled> TDataSetCommandStates;
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. |