FMX.Menus.TMenuItem.GetItemsCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItemsCount: Integer;

C++

int __fastcall GetItemsCount();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Menus.pas
FMX.Menus.hpp
FMX.Menus TMenuItem

Description

Returns the number of the visible TMenuItems from the Children property.

GetItemsCount determines and returns the number of the TMenuItem objects from the Children property, for which the Visible property is True.

See Also