DESKTOP GET CLIENT

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > UI (User Interface) > DESKTOP >

DESKTOP GET CLIENT

 

Description

 

Retrieve the size of the client area of the desktop, in pixels.

 

Syntax

 

DESKTOP GET CLIENT TO VarWidth, VarHeight

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

VarWidth

Variable

No

A single existing variable name that will receive the width info.

VarHeight

Variable

No

A single existing variable name that will receive the height info.

 

Remarks

 

Restrictions

 

See also

 

Examples