Unit 'MUIClass.Dialog' Package
[Overview][Types][Classes][Procedures and functions][Index] [#MUIClass]

TScreenDialogOptions

TScreenDialog.Options type to configure the Requester

Declaration

Source position: MUIClass.Dialog.pas line 66

type TScreenDialogOptions = set of (

  soWidth,

  

Provide an numeric input for the Screen width

  soHeight,

  

Provide an numeric input for the Screen height

  soDepth,

  

Provide an input for the Screen depth

  soOverscanType,

  

Provide a input element to choose the overscan type

  soAutoScroll

  

Provide a input element to enable/disable autoscroll

);


Documentation generated on: 2022-07-30