FMX.Menus.TMenuItem.GetVisibleItemsCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVisibleItemsCount: Integer;

C++

int __fastcall GetVisibleItemsCount();

Properties

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

Description

Determines the number of child TMenuItems that have the Visible property set to True.

See Also