Subject | Re: [IBO] DisplayFormat |
---|---|
Author | Jason Wharton |
Post date | 2001-10-31T17:54:33Z |
No, you have to cast the TField to the TNumericField or something of that
sort that does have that property.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
sort that does have that property.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "Artur Anjos" <arsoft@...>
>
> > Why not do this?
> > TIBOQuery.Fields[xx].DisplayFormat
> > It is not recommended that the InternalDataset property get used, except
for
> > when it is absolutely necessary.
> > Jason Wharton
>
> Yeap, that's what I think too, but there isn't any 'DisplayFormat'
Property in TIBOQuery Fields, so I must get it from the InternalDataSet.
>
> Artur