TcxCustomGridView.ViewChanged(TcxRegion) Method
Invalidates a View or View region.
Declaration
procedure ViewChanged(ARegion: TcxRegion); overload; virtual;
Parameters
Name | Type |
---|---|
ARegion | TcxRegion |
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