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

TCDWSEventCapability

Represents events handled in a custom-drawn widgetset.

Declaration

Source position: dialogs.pp line 80

type TCDWSEventCapability = (

  cdecWSPerformsDoShow,

  

  cdecWSPerformsDoCanClose,

  

  cdecWSPerformsDoClose,

  

  cdecWSNOCanCloseSupport

  

);