LabWindows/CVI

Content Type
Programming Language
Current manual
Table of Contents

EVENT_RADIX_CHANGE

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

Numeric slides and numerics

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

Was this information helpful?