Vcl.Themes.TCustomStyleServices.IsValidStyle

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

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

Description

Checks whether the provided style is a valid style.

Call IsValidStyle to verify whether the style specified by Stream is a valid style.

See Also

Vcl.Themes.TCustomStyleServices.IsSystemStyle