TTMSFNCCustomPopupMenu.GetCheckedMenuItemByGroupName Method
Returns the checked item in the radio group with the given name, or
nilif none is checked.
API unit family: TMSFNCPopupMenu
Declaring type: TTMSFNCCustomPopupMenu
Syntax
function GetCheckedMenuItemByGroupName(AGroupName: string): TTMSFNCMenuItem;
Parameters
| Name | Description |
|---|---|
AGroupName |
Group name to search. |
Returns
The checked TTMSFNCMenuItem in the group, or nil if none is checked.