TScreenDialog.Options type to configure the Requester
Source position: MUIClass.Dialog.pas line 69
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 |
); |