Vcl.Controls.TControl.IsCustomStyleActive
Delphi
function IsCustomStyleActive: Boolean; virtual;
C++
virtual bool __fastcall IsCustomStyleActive();
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
| function | public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | TControl |
Description
Indique si le style actif est un style personnalisé. IsCustomStyleActive renvoie True si le style actif est un style personnalisé, et False si c'est un style système.