Tabbed Control O Directive {@@} Operator

Syntax

Description

The {@@} operator is used in a Tab's owner draw (O) directive to specify that the text contains embedded formatting commands. Example

Example

ui_dlg_box("Advanced Tab Examples",<<%dlg%
{wrap=75}
Using owner draw strings to control the formatting of the text, and insert images into, tab page labels.
{lf};
{tab=%O={@@}%page}
{pane={I:'$a5_save'\}{f=Arial,10\}Address}
{region1}
First name:| [.32firstname] ;
Last name:| [.32lastname] ;
Address:| [.32address1] ;
City:| [.32City] ;
State:| [State] ;
Zip:| [Zip]
{endregion1};
{pane= {I:'$a5_open'\}Payment}
{lf};
{region}
Credit card:| [.32card] ;
Number:| [.32number] ;
Expiration :| [.32expiration] ;
{endregion};
{endtab};
%dlg%)

See Also