TcxPopupMenuInfos.GetSameMenuCount(TComponent) Method
In This Article
Returns a number that indicates how many times the popup menu is registered.
#Declaration
Delphi
function GetSameMenuCount(const AMenu: TComponent): Integer;
#Parameters
Name | Type |
---|---|
AMenu | TComponent |
#Returns
Type |
---|
Integer |
See Also