[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCoolBand.Top

Top coordinate for the band.

Declaration

Source position: comctrls.pp line 2508

public property TCoolBand.Top : Integer
  read FTop;

Description

Top is a read-only Integer property with the coordinate for the top edge of the band. Its value is relative to the corresponding coordinate in the TCoolBar control. The value is assigned when the CalculateAndAlign method in the TCoolBar control is called, which occurs when the Update method for the collection is called.

See also

TCoolBand.Left

  

Left coordinate for the band.

TCoolBand.Width

  

Width for the band in pixels.

TCoolBand.Height

  

Height needed for the band and its visual elements.

TCustomCoolBar.VerticalSpacing

  

Vertical space reserved between visual elements in the control.

TCustomCoolBar.CalculateAndAlign

  

Calculates the size and position for visible bands using the orientation, layout, and order for the control.


Version 4.0 Generated 2025-05-03 Home