Vcl.ComCtrls.TStatusPanels.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Add: TStatusPanel;

C++

HIDESBASE TStatusPanel* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TStatusPanels

Description

Creates a new TStatusPanel instance and adds it to the Items array.

Add returns the new status panel. At design time, use the Panels editor to add panels to the status bar.

See Also

Code Examples