Vcl.ComCtrls.TCustomStatusBar.CreatePanels

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CreatePanels: TStatusPanels; virtual;

C++

virtual TStatusPanels* __fastcall CreatePanels(void);

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomStatusBar

Description

Creates the TStatusPanels object that implements the Panels property.

TCustomStatusBar calls CreatePanels internally generate the implementation object for the Panels property.

Override this method to substitute a TStatusPanels descendant as the implementation of the Panels property or to provide special initializations to the TStatusPanels instance.

See Also