Subject | Re: [IBO] Default Values |
---|---|
Author | Jason Wharton |
Post date | 2003-11-06T22:00:24Z |
> I'm not sure which way this works with IBOQ... but I'm pretty sure thereIf you set the ColumnAttributes to specify that a column is boolean and
> 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
properly configure it then it should work for the TDataset based components
as well.
Jason Wharton