Subject | Integer Field in Delphi |
---|---|
Author | fabiopandin |
Post date | 2003-08-27T21:16:23Z |
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.
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.