InvalidateRect

<< Click to Display Table of Contents >>

Navigation:  Interfaces > IIWFormDesigner > Methods >

InvalidateRect

SIGNATURE=IWForm.IIWFormDesigner.InvalidateRect@TObject@TRect@boolean

 

ETYPE=Method

 

Declaration:

Delphi:

procedure InvalidateRect(Sender: TObject; ARect: TRect; Erase: boolean);

C++:

void __fastcall InvalidateRect(TObject * Sender, TRect ARect, bool Erase);

 

Description: This is InvalidateRect, a member of class IIWFormDesigner.