Vcl.ExtCtrls.TControlBar.OnBandInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnBandInfo;

C++

__property OnBandInfo;

Properties

Type Visibility Source Unit Parent
event published
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlBar

Description

Occurs when the control bar adjusts the docking position of a band.

Vcl.ExtCtrls.TControlBar.OnBandInfo inherits from Vcl.ExtCtrls.TCustomControlBar.OnBandInfo. All content below this line refers to Vcl.ExtCtrls.TCustomControlBar.OnBandInfo.

Occurs when the control bar adjusts the docking position of a band.

Write code in the OnBandInfo event handler to provide information to the control bar that it can use when arranging its bands. The OnBandInfo event handler has several parameters that can be used to return information about how the band should be positioned, including its size, inset, and number of rows.

OnBandInfo is an event handler of type Vcl.ExtCtrls.TBandInfoEvent.

See Also