FMX.Forms.IFMXWindowService.InvalidateWindowRect

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure InvalidateWindowRect(const AForm: TCommonCustomForm; R: TRectF);

C++

virtual void __fastcall InvalidateWindowRect(TCommonCustomForm* const AForm, const System::Types::TRectF &R) = 0 ;

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms IFMXWindowService

Description

Dans les classes descendantes, InvalidateWindowRect implémente des fonctionnalités afin de redessiner la zone de rectangle spécifiée sur la fiche donnée.

Voir aussi