[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Requester to select a Screen Mode
Source position: MUIClass.Dialog.pas line 71
type TScreenDialog = class(TBaseDialog) |
||
public |
||
constructor Create; virtual; |
|
Create a ScreenMode Requester |
function Execute; override; |
|
Open the ScreenMode Requester and wait for Input of the User |
property DisplayID: Integer; [rw] |
|
Set Initial DisplayID and read selected DisplayID |
property DisplayWidth: Integer; [rw] |
|
Set Initial Screen Width and read selected Screen Width |
property DisplayHeight: Integer; [rw] |
|
Set Initial Screen Height and read selected Screen Height |
property DisplayDepth: Integer; [rw] |
|
Set Initial Screen Depth and read selected Screen Depth |
property OverScanType: Integer; [rw] |
|
Set Initial Screen Overscan type and read selected Screen Overscan type |
property Options: TScreenDialogOptions; [rw] |
|
Sets the elements to edit in the Font dialog |
property MinWidth: Integer; [rw] |
|
Sets the Minimum Width the user can type to the input for Screen Width |
property MaxWidth: Integer; [rw] |
|
Sets the Maximum Width the user can type to the input for Screen Width |
property MinHeight: Integer; [rw] |
|
Sets the Minimum Height the user can type to the input for Screen Height |
property MaxHeight: Integer; [rw] |
|
Sets the Maximum Height the user can type to the input for Screen Height |
property MinDepth: Integer; [rw] |
|
Sets the Minimum Color Depth the user can type to the input for Color Depth |
property MaxDepth: Integer; [rw] |
|
Sets the Maximum Color Depth the user can type to the input for Color Depth |
property AutoScroll: Boolean; [rw] |
|
Set Initial Status for Autoscroll and read the Autoscroll setting |
end; |
|
Requester to select a Screen Mode |
|
| | ||
|
BaseClass for ASL Requester, no need to instance this class use the subclasses |
|
| | ||
TObject |