FMX.Forms.TCommonCustomForm.Bounds
Delphi
property Bounds: TRect read GetBounds write SetBounds;
C++
__property System::Types::TRect Bounds = {read=GetBounds, write=SetBounds};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Description
Bounds of form - position and size.