LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to get the datatype of a control?

I am looking to get the datatype for a control for documentation purposes.  Anybody know how to get this?
0 Kudos
Message 1 of 2
(2,890 Views)

How about: GetCtrlAttribute (panel, control, ATTR_DATA_TYPE, &type);

 

JR

0 Kudos
Message 2 of 2
(2,885 Views)