Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#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

  

);