Vcl.ExtCtrls.TCustomCategoryPanel.ResizeHeader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResizeHeader(OldHeight, NewHeight: Integer);

C++

void __fastcall ResizeHeader(int OldHeight, int NewHeight);

Properties

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

Description

Changes the height of the header.

Use ResizeHeader to change the Height of the header of this category panel. The height increases if the NewHeight is larger than the OldHeight.

See Also