DIALOG GET CLIENT statement

Purpose

Return the client size of the specified dialog.

Syntax

DIALOG GET CLIENT hDlg TO wide&, high&

Remarks

hDlg refers to the dialog to examine. The size of the dialog client area is placed in the wide& (width) and high& (height) variables. The size is specified in the same terms (pixels or dialog units) as the parent dialog.

See also

Dynamic Dialog Tools, CONTROL GET CLIENT, DIALOG GET LOC, DIALOG GET SIZE, DIALOG PIXELS, DIALOG SET CLIENT, DIALOG SET LOC, DIALOG SET SIZE, DIALOG UNITS