SizeGrip: Boolean;
The SizeGrip property determines whether component displays the window resize button.
Available values:
True. Display the resize button.
False. Default value. Do not display the resize button.
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.
The example of use is given in description of the IDropForm.Parent property.
See also: