Show: Delphi
C++
Display Preferences
FMX.Controls.TStatusBar
From XE3 API Documentation
Delphi
TStatusBar = class(TStyledControl)
C++
class PASCALIMPLEMENTATION TStatusBar : public Fmx::Types::TStyledControl
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
Description
Represents a status bar component for use in FireMonkey forms.
The status bar is usually aligned at the bottom of a form, and displays information about an application as it runs. A status bar can display a size grip, so if your form is sizable, there is no need to add a TSizeGrip component as long as you have a status bar already.