MyDAC

TMyDataSetOptions.BinaryAsString Property

Used to specify a method of representation of the BINARY and VARBINARY fields.

Class

TMyDataSetOptions

Syntax

property BinaryAsString: boolean default True;

Remarks

Use the BinaryAsString property to specify a method of representation of the BINARY and VARBINARY fields. If set to True, these fields will be represented as string fields; otherwise, as TBytesField and TVarBytesField correspondingly. If the binary fields should not be processed as strings then set this property to False. The default value is True.

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