TcxSchedulerSubControl.InvalidateRect(TRect) Method
Indicates the ARect rectangle needs to be repainted.
Declaration
procedure InvalidateRect(const ARect: TRect);
Parameters
Name | Type |
---|---|
ARect | TRect |
Remarks
Use the InvalidateRect method to force the ARect rectangle to be repainted.
See Also