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

TToolBar.ButtonList

Contains the Buttons defined for the tool bar control.

Declaration

Source position: comctrls.pp line 2350

public property TToolBar.ButtonList : TList
  read FButtons;

Description

ButtonList is a read-only TList property which contains the TToolButton instances for the tool bar. It contains the values for the indexed Buttons property. It is also used in widgetset classes to access the buttons defined for the tool bar.

See also

TToolBar.Buttons

  

Lists with the tool buttons on the tool bar.

TToolButton

  

TToolButton is a button control used in a TToolBar object.


Version 3.2 Generated 2024-02-25 Home