Vcl.Forms.TTitleBar.FrameRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FrameRect: TRect read FTitleBarFrameRect;

C++

__property System::Types::TRect FrameRect = {read=FTitleBarFrameRect};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TTitleBar

Description

It retrieves the bounds of the window returned by the AdjustWindowRectEx.

See Also