Radio Button T Directive

Syntax

%T= bubble help text %

Arguments

bubble help text

Character. 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:

images/XD_Radio_button_I_directive.gif

See Also