Subject Re: [IBO] TIBOQuery
Author Helen Borrie
At 11:38 PM 05-12-01 +0100, you wrote:
>Hi,
>
>Sorry, but I've terrible problems finding information on the components of
>IBObjects.
>I'm trying to find the descriptions of OrderingItems, OrderingLinks, etc
>Also info like SQLWhereItems, etc. Does there exists an SQLOrderItems? etc.
>
>Where can I find this information? The helpfile doesn't seems to have
>these... eg fot the TIBOQuery you can only find out that it has 4 or 5
>properties, but these aren't described.

Tom,
The helpfile uses Time2Help, which uses the inheritance model of Delphi to build component help. So you are going to find the help (generally) in the base classes.

In short, the native IBO properties and methods will be found in the native data access objects' entries - look around TIB_Statement, TIB_Dataset, TIB_BDataset. There is not a way to duplicate the properties, etc. up the hierarchy tree - even if it was desirable (the help file is already huge!)

The green Hierarchy button on the help file toolbar is handy.

For properties inherited from the native VCL, you need to look in the Delphi help.

regards,
Helen





>Thanks in advance!
>
>Tom.
>
>
>
>___________________________________________________________________________
>IB Objects - direct, complete, custom connectivity to Firebird or InterBase
> without the need for BDE, ODBC or any other layer.
>___________________________________________________________________________
>http://www.ibobjects.com - your IBO community resource for Tech Info papers,
>keyword-searchable FAQ, community code contributions and more !
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/

All for Open and Open for All
InterBase Developer Initiative ยท http://www.interbase2000.org
_______________________________________________________