FireDAC.Comp.Client.TFDCommandFlags

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFDCommandFlags = set of TFDCommandFlag;

C++

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

Properties

Type Visibility Source Unit Parent
set
typedef
public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client FireDAC.Comp.Client

Description

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


See Also