Vcl.ActnMenus.TCustomizeActionToolBar.ItemCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemCount: Integer; override;

C++

virtual int __fastcall ItemCount();

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomizeActionToolBar

Description

Specifies the number of action clients displayed on the action bar.

Vcl.ActnMenus.TCustomizeActionToolBar.ItemCount inherits from Vcl.ActnMan.TCustomActionBar.ItemCount. All content below this line refers to Vcl.ActnMan.TCustomActionBar.ItemCount.

Specifies the number of action clients displayed on the action bar.

The ItemCount method returns the number of action clients displayed on the action bar.

See Also