FMX.Controls.TControl.UpdateRect
Delphi
property UpdateRect: TRectF read GetUpdateRect;
C++
__property System::Types::TRectF UpdateRect = {read=GetUpdateRect};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Specifies the rectangle area of the control that needs to be updated.
UpdateRect is a union between the rectangle areas that need to be painted over the control when:
- The control receives focus.
- The control gets new effects.
- The control's children are updated.
- The control's parent is updated.