Class Column : onCompareItems Event
SummaryCompare two items and return their relative sort orderRemarksCalled when DigiGuide needs to compare two items. Normally this is called either when new items are being added to a list or when the user sorts columns.DigiGuide automaticallys selects the correct font so there is no need to select a font, but you are free to use whatever font you want. Parameters
ReturnsThe result of the comparisonreturn 0 if the items are the same return -1 if programmeLeft is "less than" programmeRight return 1 if programmeLeft is "greater than" programmeRight Examples
See AlsoRequirementsbuild 1065 |