Subject Integer Field in Delphi
Author fabiopandin
Hi all.

I'd like to test in delphi (using TIB_Cursor or TIB_Query) if a
Database (Firebird 1.5) field is an integer field like this:

if cursor1.fields[0].IsInteger then...

But the "IsInteger" is not available. I found IsNumeric but I can
use it to test Integer fields or Float fieds?
What do I use to test Integer fields?

Thank You.