FMX.StdCtrls.TSizeGrip

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTSizeGrip

Delphi

TSizeGrip = class(TStyledControl, ISizeGrip)

C++

class PASCALIMPLEMENTATION TSizeGrip : public Fmx::Controls::TStyledControl

Properties

Type Visibility Source Unit Parent
class public
FMX.StdCtrls.pas
FMX.StdCtrls.hpp
FMX.StdCtrls FMX.StdCtrls

Description

Represents a graphical control used to dynamically resize FireMonkey forms.

Use a TSizeGrip component in a FireMonkey form to add a custom-placed size grip used to dynamically resize the form.

SizeGrip.png

It is better that you position this size grip control in the bottom-rightmost position of the form, for consistency. If your FireMonkey form already contains a TStatusBar component, there is no need to add a TSizeGrip, because the status bar can display the size grip for your resizable form.

See Also

Code Examples