Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomControlBar.Loaded

Performs actions needed when component loading has been completed.

Declaration

Source position: extctrls.pp line 1624

protected procedure TCustomControlBar.Loaded; override;

Description

Calls the inherited method on entry to determine the parent color and opacity for the control. Loaded creates, configures, and stores a TCtrlBand instance for each of the child Controls on the control bar. CalcBandHeight is called to determine the height for the child Controls. Space is reserved on the bands for the grabber and borders, and the Width properties for the bands are updated. The Top and Left values for the bands are also assigned.

See also

TCustomControlBar.CalcBandHeight

  

Calculates the vertical space needed for a band the control bar.

TCtrlBand

  

Represents a band and control displayed by TControlBar.

TCustomPanel.Loaded

  

Performs actions needed when the component has finished loading in the LCL streaming mechanism.

TWinControl.Controls

  

Provides indexed access to the child controls for the class instance.



CT Web help

CodeTyphon Studio