FMX.StdCtrls.TStatusBar

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTStatusBar

Delphi

TStatusBar = class(TPresentedControl, IHintReceiver)

C++

class PASCALIMPLEMENTATION TStatusBar : public Fmx::Controls::Presentation::TPresentedControl

Properties

Type Visibility Source Unit Parent
class public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls FMX.StdCtrls

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.

The status bar can also intercept hints. See Using Hints to Show Contextual Help in a FireMonkey Application for more information on how to use hints.

StatusBar.png

See Also

Code Examples

Topics