Vcl.ExtCtrls.TCustomCategoryPanel.UpdateHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateHeader;

C++

void __fastcall UpdateHeader();

Properties

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

Description

Sets the alignment of the panel and then draws the header.

Use UpdateHeader to set the alignment of the category panel to the panel group's HeaderAlignment and then draw the header using the DrawHeader method.

See Also