Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TCDWSEventCapability

Represents events handled in a custom-drawn widgetset.

Declaration

Source position: dialogs.pp line 80

type TCDWSEventCapability = (

  cdecWSPerformsDoShow,

  

  cdecWSPerformsDoCanClose,

  

  cdecWSPerformsDoClose,

  

  cdecWSNOCanCloseSupport

  

);