Table of Contents

TAdvCustomFormDesigner.SizeControls Method

Resizes currently selected controls according to the specified resize rules.

Syntax

Unit: FormDesigner

procedure TAdvCustomFormDesigner.SizeControls(WMode: TSizeMode; WValue: Integer; HMode: TSizeMode; HValue: Integer);

Parameters

<-> Parameter Type Description
WMode TSizeMode Resize rule for width.
WValue Integer Value of the new width, used only if WMode is smValue.
HMode TSizeMode Resize rule for height.
HValue Integer Value of the new height, used only if HMode is smValue.

See also