Vcl.Controls.TControl.IsCustomStyleActive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IsCustomStyleActive: Boolean; virtual;

C++

virtual bool __fastcall IsCustomStyleActive();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Indicates whether the active style is a custom style. IsCustomStyleActive returns True if the active style is a custom style, and False if it is a system style.

See Also