FireDAC.Comp.Client.TFDCommandFlags

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
set
typedef
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: FireDAC.Comp.Client

Delphi

TFDCommandFlags = set of TFDCommandFlag;

C++

typedef System::Set<TFDCommandFlag, TFDCommandFlag::ckMacros, TFDCommandFlag::ckExecuted> TFDCommandFlags;

Description

Defines a set of flags used to control the behavior of SQL command execution.


See Also