FireDAC.Comp.QBE.TFDQBEOption
| [–] Properties | |
|---|---|
| Type: enum | |
| Visibility: public | |
| Source: FireDAC.Comp.QBE.pas FireDAC.Comp.QBE.hpp
| |
| Unit: FireDAC.Comp.QBE | |
| Parent: FireDAC.Comp.QBE | |
Delphi
TFDQBEOption = (qoNoCase, qoNoDirect, qoPartial, qoSilent, qoNoQuerySource,
qoSQLUseRange, qoSQLUseFilter, qoSQLUseFieldOrigin);
C++
enum DECLSPEC_DENUM TFDQBEOption : unsigned int { qoNoCase, qoNoDirect, qoPartial, qoSilent, qoNoQuerySource, qoSQLUseRange, qoSQLUseFilter, qoSQLUseFieldOrigin };
Description
Embarcadero Technologies does not currently have any additional information.