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

TToolBar.ButtonCount

Number of Buttons defined for the tool bar control.

Declaration

Source position: comctrls.pp line 2367

public property TToolBar.ButtonCount : Integer
  read GetButtonCount;

Description

The property value is read from the Count property in ButtonList.

See also

TToolBar.ButtonList

  

Contains the Buttons defined for the tool bar control.

TList.Count

Version 4.6 Hosted on Source Forge