Subject Re: [IBO] Default Values
Author Jason Wharton
> I'm not sure which way this works with IBOQ... but I'm pretty sure there
> are properties like this, too.
>
> If you use native components and IB_Grids and you automatically want
> Boolean values be represented by a checkbox or a checkmark (if set to
> true) you can also make an entry into the ColumnAttributes property like:
> MY_BOOL_NO=BOOLEAN=1,0
> MY_BOOL_YES=BOOLEAN=1,0

If you set the ColumnAttributes to specify that a column is boolean and
properly configure it then it should work for the TDataset based components
as well.

Jason Wharton