Create(TcxCustomGridTableViewData,Integer,TcxRowInfo) Constructor
In This Article
Initializes a new instance of the TcxCustomGridRecord class with specified settings.
#Declaration
Delphi
constructor Create(AViewData: TcxCustomGridTableViewData; AIndex: Integer; const ARecordInfo: TcxRowInfo); virtual;
#Parameters
Name | Type |
---|---|
AView |
Tcx |
AIndex | Integer |
ARecord |
Tcx |
See Also