DimensionViewerCompareEventArgs

Assembly: ExtCtrls;

Description

The DimensionViewerCompareEventArgs class implements argument of the event that occurs during custom sorting of the DimensionCombo and DimensionTree components.

Constructors

  Constructor name Brief description
Create The Create constructor creates an argument of the event at custom sorting of component elements.

Properties inherited from IDimensionViewerCompareEventArgs

  Property name Brief description
Column The Column property returns the column of the component, by which the sorting is executed.
Compare The Compare property determines whether sorting is enabled.
LeftItem The LeftItem property returns the first compared element of the component.
RightItem The RightItem property returns the second compared element of the component.

Properties inherited from IDimensionViewerEventArgs

   Property name Brief description
Viewer The Viewer property returns the component, for which the event is generated.

See also:

ExtCtrls Assembly Classes