Data.DBXCommon.TDBXValueType.Literal
Delphi
property Literal: Boolean read GetLiteral write SetLiteral;
C++
__property bool Literal = {read=GetLiteral, write=SetLiteral, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXValueType |
Description
Used to mark parameter as a literal value.
Literal is used to mark a parameter as being specified in the command text property as a literal value.