FireDAC.Phys.Intf.IFDPhysConnectionMetadata.BackslashEscSupported

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property BackslashEscSupported: Boolean read GetBackslashEscSupported;

C++

__property bool BackslashEscSupported = {read=GetBackslashEscSupported};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysConnectionMetadata


Beschreibung

Gibt an, ob die Verbindung das Einschließen von Zeichen in Escape-Zeichen mit einem Backslash (True) oder nicht (False) unterstützt.

Siehe auch