Vcl.Forms.TForm.GlassFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlassFrame;

C++

__property GlassFrame;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Accesses the Glass Frame under Windows Vista, Windows 7, or later Windows operating systems.

Vcl.Forms.TForm.GlassFrame inherits from Vcl.Forms.TCustomForm.GlassFrame. All content below this line refers to Vcl.Forms.TCustomForm.GlassFrame.

Accesses the Glass Frame under Windows Vista, Windows 7, or later Windows operating systems.

Use GlassFrame to make your forms Windows Vista or Windows 7 Aero-compatible, displaying a glass effect.

GlassFrame is a property of a TGlassFrame object created automatically for any form.

Note: The property is only available for Windows Vista or Windows 7 with Aero. Otherwise, the Glass Frame is ignored.

See Also