Subject Re: [IBO] Getting the TIB_Dataset given the TIB_Column
Author Jason Wharton
> is it possible to get the TIB_Dataset object if I just have the
> TIB_Column object? Something like a TField's DataSet property.

In a kind of round-about way there is such a property.

Look at the source of TIB_Column and it should reveal a Dataset property and
if not (cause my memory isn't crystal clear) there is for sure a Statement
property you will need to type-cast as a TIB_Dataset.

HTH,
Jason Wharton