Specifies the underlying TRect rectangle for the class.
You should use the provided properties;
Left, Right,
Top, Bottom,
Width, and Height; to set the rectangle's fields. If you use the BoundsRect field's directly, the OnChange event will not be called. However, setting the entire property (e.g., BoundsRect := Rect(0,0,10,10)) will fire the OnChange event,
Namespace: FMX.RS.Graphics
Delphi |
public |
Property Value
Type: TRSRect