jahlxx Posted May 24, 2016 Posted May 24, 2016 Hi. How can I know the data type of a column in a tunidbgrid? Thanks. Quote
Sherzod Posted May 24, 2016 Posted May 24, 2016 Hi, ... like this: you can use TFieldType: case UniDBGrid1.Columns[indx].Field.DataType of ftDateTime: //; ... end; Best regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.