Text Box W Directive

Syntax

%W%

Description

The W directive creates a word-wrapped a multi-line Text Box.

Example

dim help_text as C

help_text = "This is sample help text to appear in a read-only multi-line text box."

ui_modeless_dlg_box("Read-only Multi-line Text Box",<<%dlg%

{font=Verdana,10};

[%wr%.50,5help_text];

;

<OK>;

%dlg%,<<%code%

if (a_dlg_button = "OK") then

    ui_modeless_dlg_close("Read-only Multi-line Text Box")

end if

%code%)

See Also

Xdialog Language Directives and Operators, Text Box Syntax

Supported By

Alpha Five Version 5 and Above