Skip to content

Code_Display_Mode - dbRadioGroupDS

Specifies whether the radio's label will display the choices' codes, descriptions, or both

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer Code_Display_Mode
Access Type Syntax
Read Access: Get Code_Display_Mode to IntegerVariable
Write Access: Set Code_Display_Mode to IntegerVariable/Value

Description

Code_Display_Mode specifies whether the radio object's label will display the choices' codes, descriptions, or both.

Possible values are:

Constant Meaning
CB_Code_Display_Description Displays the description
CB_Code_Display_Code Displays the code
CB_Code_Display_Both Displays the description and the code

Default is CB_Code_Display_Description.