FMX.StdCtrls.TStatusBar.ApplyStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyStyle; override;

C++

virtual void __fastcall ApplyStyle();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls TStatusBar

Description

Applies the style to this status bar component.

Do not call ApplyStyle explicitly in an application. It is called when a style specified by StyleLookup is applied or when the control is visually changed. To check whether a style exists, use the FindStyleResource method.

For an example of the ApplyStyle implementation, see Style Contracts.

See Also