SizeGrip: Boolean;
The SizeGrip property determines whether component displays the window resize button.
Available values:
True. Display the window resize button.
False. Default value. Do not display the window 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.
See also: