FireDAC.Phys.Intf.IFDPhysConnectionMetadata.BackslashEscSupported
[–] 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
).