EVENT_RADIX_CHANGE
- Updated2023-02-21
- 1 minute(s) read
EVENT_RADIX_CHANGE
Description
When a user changes the format of the radix, LabWindows/CVI generates an EVENT_RADIX_CHANGE event and sends the event to the callback function associated with the control.
This event is not swallowable.
Applies To
Event Data Parameters
eventData1 = The new format of the radix (VAL_DECIMAL_FORMAT, VAL_HEX_FORMAT, VAL_OCTAL_FORMAT, or VAL_BINARY_FORMAT)
eventData2 = Not used
LabWindows/CVI Compatibility
LabWindows/CVI 8.1 and later