Vcl.ActnMan.TCustomActionBar.ItemCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemCount: Integer; virtual;

C++

virtual int __fastcall ItemCount();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionBar

Description

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