Show: Delphi
C++
Display Preferences
FMX.Controls.TSizeGrip
From XE3 API Documentation
Delphi
TSizeGrip = class(TStyledControl, ISizeGrip)
C++
class PASCALIMPLEMENTATION TSizeGrip : public Fmx::Types::TStyledControl
Contents |
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | FMX.Controls |
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.
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.
