Performs actions needed when component loading has been completed.
Source position: extctrls.pp line 1624
protected procedure TCustomControlBar.Loaded; override; |
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.
|
Calculates the vertical space needed for a band the control bar. |
|
|
Represents a band and control displayed by TControlBar. |
|
|
Performs actions needed when the component has finished loading in the LCL streaming mechanism. |
|
|
Provides indexed access to the child controls for the class instance. |
CT Web help |
CodeTyphon Studio |