Data.DBXCommon.TDBXValueType.Literal

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Literal: Boolean read GetLiteral write SetLiteral;

C++

__property bool Literal = {read=GetLiteral, write=SetLiteral, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXValueType

説明

パラメータをリテラル値としてマークするのに、使用されます。

Literal は、パラメータを、コマンド テキスト プロパティで指定して、リテラル値としてマークするのに使用されます。

関連項目