Source position: fpg_main.pas line 48
type TfpgMenuItemFlags = set of (
mifSelected,
mifHasFocus,
mifSeparator,
mifEnabled,
mifChecked,
mifSubMenu
);