Used to save BLOB data in hexadecimal format in a database after calling the TMyQuery.SaveToXML method.
property SaveBlobsAsHex: boolean default True;
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.