IDropForm.SizeGrip

Syntax

SizeGrip: Boolean;

Description

The SizeGrip property determines whether component displays the button of window sizes changing.

Comments

Available values:

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

Example

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

See also:

IDropForm