Vcl.ExtCtrls.TCustomCategoryPanel.CalcRectBounds

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcRectBounds; virtual;

C++

virtual void __fastcall CalcRectBounds();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanel

Description

Sets the rectangles used to display the text and glyphs of the category panel.

Changes the position and size of the glyph rect and text used in the DrawHeaderChevron and UpdateButtonState methods by using the themes, header and group images information.

See Also