|
GetWorkArea function
|
|
| acUtils
|
| function GetWorkArea: TRect;
|
| The GetWorkArea function retrieves the size of the working area. The working area is the portion of the screen not obscured by the tray and application desktop toolbars.
|
| function GetWorkArea: TRect;
|
| begin
|
| SystemParametersInfo(SPI_GETWORKAREA, 0, @Result, 0);
|
| end;
|