DimensionViewerCompareEventArgs.Create

Syntax

Create(DimensionViewer: IDimensionViewer; Column: IDimensionViewerColumn; LeftItem: Integer; RightItem: Integer);

Parameters

DimensionViewer. Component, for which the event is generated.

Column. Component column, by which sorting is executed.

LeftItem. The first compared component element.

RightItem. The second compared component element.

Description

The Create constructor creates an argument of the event at custom sorting of component elements.

See also:

DimensionViewerCompareEventArgs