FMX.Types.IItemsContainer.GetItemsCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemsCount: Integer;

C++

virtual int __fastcall GetItemsCount(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IItemsContainer

Description

Returns the number of objects in the container.

Implement GetItemsCount to get the total number of items in the container.

GetItemsCount is implemented by controls such as menus, TTabControl, TTreeViewItem.

See Also