Show: Delphi
C++
Display Preferences
DBClient.TDataPacketFormat
From XE API Documentation
Delphi
type TDataPacketFormat = (dfBinary, dfXML, dfXMLUTF8)
C++
enum TDataPacketFormat { dfBinary, dfXML, dfXMLUTF8 };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | DBClient.pas dbclient.hpp |
DBClient | DBClient |
Description
TDataPacketFormat indicates how information is encoded in a data packet or delta packet.
TDataPacketFormat indicates how a provider encodes database information into data packets. The following table lists the possible values:
| Value | Meaning |
|---|---|
|
dfBinary |
Information is encoded in binary format. |
|
dfXML |
Information is encoded in XML, with extended characters encoded using an escape sequence. |
|
dfXMLUTF8 |
Information is encoded in XML, with extended characters represented using UTF8. |