OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Here's the constructor for TMessageBar:
Its parameters are described in the following table:
Parameter | Description |
parent | A pointer to the message bar's parent window. |
font | A pointer to a TFont object that contains the font for the gadget window. By default, font is set to TGadgetWindowFont, which is a variable-width sans-serif font, usually Helvetica. |
module | Passed as the TModule parameter for the TDialog base constructor. Defaults to 0. |
The destructor TMessageBar::~TMessageBar deletes the object's text storage.