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