FMX.Menus.TMenuItem.GetItemsCount
Delphi
function GetItemsCount: Integer;
C++
int __fastcall GetItemsCount(void);
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.