Vcl.Themes.TCustomStyleServices.IsValidStyle

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

class function IsValidStyle(Stream: TStream): Boolean; overload;
class function IsValidStyle(Stream: TStream; var StyleInfo: TStyleInfo): Boolean; overload;

C++

__classmethod bool __fastcall IsValidStyle(System::Classes::TStream* Stream)/* overload */;
__classmethod bool __fastcall IsValidStyle(System::Classes::TStream* Stream, TStyleInfo &StyleInfo)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.Themes.pas
Vcl.Themes.hpp
Vcl.Themes TCustomStyleServices


Description

Vérifie si le style fourni est un style valide.

Appelez IsValidStyle pour vérifier si le style spécifié par Stream est un style valide.

Voir aussi

Vcl.Themes.TCustomStyleServices.IsSystemStyle