MyDAC

TMyDataSetOptions.EnableBoolean Property

Used to specify the method of representation of the TINYINT(1) fields.

Class

TMyDataSetOptions

Syntax

property EnableBoolean: boolean default True;

Remarks

Use the EnableBoolean property to specify the method of representation of the TINYINT(1) fields. If set to True, these fields will be represented as TBooleanField; otherwise, as TSmallintField. The default value is True.

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