IDropForm.SizeGrip

Syntax

SizeGrip: Boolean;

Description

The SizeGrip property determines whether component displays the window resize button.

Comments

Available values:

NOTE. The presence or absence of the window resize button does not impact the real presence of the function. The IFormControl.BorderStyle property of the form impacts the possibility to resize window.

Example

The example of use is given in description of the IDropForm.Parent property.

See also:

IDropForm