TDAPersistFormat
Overview
The TDAPersistFormat enumeration describes the way used to store data in the given Data Stream.
Location
- Unit: uDAStreamableComponent.pas
| Value | Description |
|---|---|
| pfBinary | Data is stored in Binary form. This is more effective but not human-readable way to store data |
| pfJson | Data is stored using Json representation. |
| pfXML | Data is stored using XML representation. |