Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread FieldType
Sun, Jul 15 2007 5:37 PMPermanent Link

Petrus van Breda
Hi

I need to be able to identify what type of field I am working with, ie Date, Time, String, Float etc.? Is this possible and if so how do I do it?

Thank you

Petrus
Sun, Jul 15 2007 6:21 PMPermanent Link

Eryk Bottomley
Petrus,

> I need to be able to identify what type of field I am working with, ie Date, Time, String, Float etc.? Is this possible and if so how do I do it?


if AField is TDateField then....

if AField.DataType = ftDate then...

....depending on exactly what you want to do.

Eryk
Image