Subject Getting column reference from TIB_Cursor?
Author Joe Martinez
What property or method do you use to retrieve a TIB_Column from a
TIB_Cursor, by index, rather than by name?

For instance, Let's say, I want to get a pointer to the TIB_Column that
represents the first column in the data set. With TIBO_Query, I'd use:

MyQuery->Fields->Fields[0]

What is the equivalent in TIB_Cursor?

-Joe