FireDAC.Phys.Intf.IFDPhysConnectionMetadata.BackslashEscSupported

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

Delphi

property BackslashEscSupported: Boolean read GetBackslashEscSupported;

C++

__property bool BackslashEscSupported = {read=GetBackslashEscSupported};

プロパティ

種類 可視性 ソース ユニット
property public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysConnectionMetadata


説明

接続がバックスラッシュ(True)を使用した文字のエスケープをサポートするか、否か(False)を示します。

関連項目