Содержание

SetClientSize

Sets the size of the browser's client part according to the specified values.

Syntax

procedure SetClientSize(aSize: TCSPoint);

Parameters

Notes

Examples

  1. var dim:TCSPoint;
    dim.X:=1050;
    dim.Y:=750;
    SetClientSize(dim);