ImageEn, unit iemview

TIEMSortOptions


Declaration

TIEMSortOptions = set of (iesDescending, iesCaseSensitive, iesNaturalSorting);


Description

Value Description
iesDescending Sorting is reversed, e.g. instead of A-Z, it sorts Z-A
iesCaseSensitive Casing of filenames/captions affects sorting, e.g. "TEXT" and "text" are treated as different with lowercase text having priority
iesNaturalSorting Considers digits in filenames when sorting, e.g. img1.jpg, img10.jpg, img11.jpg, img2.jpg will be sorted as img1.jpg, img2.jpg, img10.jpg, img11.jpg (Delphi XE6 or newer)