Vcl.Forms.TGlassFrame.FrameExtended

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FrameExtended: Boolean;

C++

bool __fastcall FrameExtended();

Properties

Type Visibility Source Unit Parent
function public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TGlassFrame

Description

Returns True if glass effects are extended into the client area.

Use FrameExtended to determine if glass effects are supported and enabled. The return value is True if Desktop Window Manager (DWM) composition is enabled, Enabled is True and either SheetOfGlass is True or any of the properties Top, Left, Bottom or Right have a value other than zero.