TcxCustomGridView.ViewChanged(TcxRegion) Method
In This Article
Invalidates a View or View region.
#Declaration
Delphi
procedure ViewChanged(ARegion: TcxRegion); overload; virtual;
#Parameters
Name | Type |
---|---|
ARegion | Tcx |
#Remarks
Use the first variant to update the entire View. Use the second and third overloaded variants to invalidate a View region. The AUpdateRect and ARegion parameters specify the region to invalidate.
See Also