Vcl.Themes.TCustomStyleServices.HasTransparentParts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasTransparentParts(Details: TThemedElementDetails): Boolean;

C++

bool __fastcall HasTransparentParts(const TThemedElementDetails &Details);

Properties

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

Description

Determines whether the given element has transparent parts.

Call HasTransparentParts to check whether the element specified by Details has transparent parts in the current style.

See Also