FireDAC.Phys.Intf.IFDPhysConnectionMetadata.BackslashEscSupported

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackslashEscSupported: Boolean read GetBackslashEscSupported;

C++

__property bool BackslashEscSupported = {read=GetBackslashEscSupported};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
FireDAC.Phys.Intf IFDPhysConnectionMetadata

Description

Indicates whether the connection supports character escaping using a backslash (True) or not (False).

See Also