| Subject | Re: [IBO] Getting the TIB_Dataset given the TIB_Column |
|---|---|
| Author | Jason Wharton |
| Post date | 2003-10-08T20:19:10Z |
> is it possible to get the TIB_Dataset object if I just have theIn a kind of round-about way there is such a property.
> TIB_Column object? Something like a TField's DataSet 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