MyDAC

TMyDataSetOptions.SaveBlobsAsHex Property

Used to save BLOB data in hexadecimal format in a database after calling the TMyQuery.SaveToXML method.

Class

TMyDataSetOptions

Syntax

property SaveBlobsAsHex: boolean default True;

Remarks

Use the SaveBlobsAsHex property to save BLOB data in hexadecimal format when calling the TMyQuery.SaveToXML method. If the SaveBlobsAsHex property is set to False, the value of the BLOB field is saved as a string. The default value is True.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback