FMX.StdCtrls.TStatusBar.ApplyStyle

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure ApplyStyle; override;

C++

virtual void __fastcall ApplyStyle();

Propriétés

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

Description

Applique le style à ce composant barre d'état.

N'appelez pas ApplyStyle explicitement dans une application. Elle est appelée quand un style spécifié par StyleLookup est appliqué ou quand le contrôle est visuellement modifié. Utilisez la méthode FindStyleResource pour vérifier si un style existe.

Pour un exemple d'implémentation de ApplyStyle, voir Contrats de style.

Voir aussi