OWLNext 7.0
Borland's Object Windows Library for the modern age
|
The syntax for the TStatusBar constructor is
The constructor parameters are described in the following table:
Parameter | Description |
parent | A pointer to the parent window object. |
style | An enum TBorderStyle. |
modeIndicators | Indicates which keyboard modes can be displayed in the status bar. A defined enum type called TModeIndicator provides the following values for this parameter:
These values can be ORed together to indicate multiple keyboard mode indicators. |
font | A pointer to a TFont object that contains the font for the gadget window. |
module | Passed as the TModule parameter for the TDialog base constructor. Defaults to 0. |