Skip to main content
A newer version of this page is available. .

TcxDataControllerEachRowProc Type

Declaration

TcxDataControllerEachRowProc = procedure(ARowIndex: Integer; ARowInfo: TcxRowInfo) of object;

Parameters

Name Type
ARowIndex Integer
ARowInfo TcxRowInfo
See Also