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