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

TCDWSEventCapabilities

Set type used to store values from the TCDWSEventCapability enumeration.

Declaration

Source position: dialogs.pp line 82

type TCDWSEventCapabilities = set of (

  cdecWSPerformsDoShow,

  

  cdecWSPerformsDoCanClose,

  

  cdecWSPerformsDoClose,

  

  cdecWSNOCanCloseSupport

  

);