[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'mseact' (#msegui)

actionstatesty

Declaration

Source position: mseact.pas line 68

type actionstatesty = set of (

  as_disabled = ord(shs_disabled),

  as_invisible = ord(shs_invisible),

  as_checked = ord(shs_checked),

  as_default = ord(shs_default),

  as_repeatshortcut,

  as_localdisabled,

  as_localinvisible,

  as_localchecked,

  as_localdefault,

  as_localrepeatshortcut,

  as_localcaption,

  as_localimagelist,

  as_localimagenr,

  as_localimagenrdisabled,

  as_localimagecheckedoffset,

  as_localcolorglyph,

  as_localcolor,

  as_localhint,

  as_localshortcut,

  as_localshortcut1,

  as_localtag,

  as_localgroup,

  as_localonbeforeexecute,

  as_localonexecute,

  as_localonafterexecute,

  as_syncdisabledlocked

);


Documentation generated on: 2021-05-13