FireDAC.Phys.Intf.IFDPhysConnectionMetadata.BackslashEscSupported

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Phys.Intf.pas
FireDAC.Phys.Intf.hpp
Unit: FireDAC.Phys.Intf
Parent: IFDPhysConnectionMetadata

Delphi

property BackslashEscSupported: Boolean read GetBackslashEscSupported;

C++

__property bool BackslashEscSupported = {read=GetBackslashEscSupported};

Description

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

See Also