Skip to main content

Create(TcxCustomGridView) Constructor

Creates a TcxGridViewHandler class instance.

Declaration

constructor Create(AGridView: TcxCustomGridView); reintroduce; virtual;

Parameters

Name Type
AGridView TcxCustomGridView

Remarks

The constructor creates an instance of the TcxGridViewHandler class. The AGridView parameter is used to initialize the GridView property. Other properties of the TcxGridViewHandler class retrieve corresponding View member values.

See Also