Radio Button T Directive

Syntax

%T= bubble help text %

Argument

Type

Description

bubble help text

C

The bubble help for the radio button.

Description

The T directive defines bubble help for a radio button.  When you have multiple directives in a Format string, you separate them with semi-colons ";".

Example

layout_type = 1

ui_dlg_box("",<<%dlg%

This dialog box demonstrates Owner Draw Radio buttons.;

{lf};

{frame=1,1:Layout Type}

{region}

(%B=T;T=Browse Layout;I=$a5_browse%layout_type:Browse) (%B=T;T=Form Layout;I=$a5_form%layout_type:Form) (%B=T;T=Report Layout;I=$a5_report%layout_type:Report);

{endregion};

{lf};

Selected Value: [.10layout_type];

%dlg%)

This script produces the following dialog: [Picture]

See Also

Xdialog Language Directives and Operators, Radio Button Control Syntax, Radio Button (Freeform) Control Syntax

Supported By

Alpha Five Version 5 and Above