| DEFINE STATUSBAR  Creates a StatusBar Control. |       | 
Creates a StatusBar Control.
SYNTAX
DEFINE STATUSBAR 
[ OF | PARENT<cParentWindowName> ] 
[ KEYBOARD ] 
[ FONT <cFontname> SIZE <nFontsize> ]
[ BOLD ] [ ITALIC ] [ UNDERLINE ] [ STRIKEOUT ]
STATUSITEM 
<cItemCaption> 
[ WIDTH <nWidth> ] 
[ ACTION <ActionProvedureName> | <bBlock> ] 
[ ICON <cIconName> ] 
[ FLAT | RAISED ] 
[ TOOLTIP <cToolTipText>]
[ DEFAULT ] 
[ DATE [ WIDTH <nWidth> ] 
[ ACTION <ActionProvedureName> | <bBlock> ] 
[ TOOLTIP <cToolTipText> ] ]
[ CLOCK [ WIDTH <nWidth>] 
[ ACTION <ActionProvedureName> | <bBlock> ] 
[ TOOLTIP <cToolTipText>]
[ AMPM ] ]
[ KEYBOARD [ WIDTH <nWidth> ]
[ ACTION <ActionProvedureName> | <bBlock> ] 
[ TOOLTIP <cToolTipText> ] ]
...
...
END STATUSBAR
PROPERTIES:
StatusBar
| ·   
    Font (D) | Set StatusBar control's font name. | 
| ·   Size (D) | Set StatusBar control's font size. | 
| ·   Bold (D) | Set StatusBar control's font bold property | 
| ·   Italic (D) | Set StatusBar control's font italic property | 
| ·   Underline (D) | Set StatusBar control's font underline property | 
| Set StatusBar control's font strikeout property | |
| ·   
    Parent (D) | Set the name as character identifier of the parent window.  | 
StatsBar Item
| Set / Gets caption of a StatusBar Item control. | |
| Set / Gets width of a StatusBar Item control.. | |
| Set / Gets icon name of a StatusBar Item control. | |
| ·   Action (D) | Set action of a StatusBar Item control. | 
| ·   Flat (D) | The StatusBar Item text is drawn without any borders | 
| ·   Raised (D)  | The StatusBar Item text 
    with a border to appear higher than the 
    window | 
| ·   ToolTip (D)  | Set StatusBar Item tooltip text. | 
| ·   Default (D) | The StatusBar Item text with a border to appear lower than the 
    window | 
EXAMPLE: