[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TSortType - enumerated type, a series of constants signifying that there is no sorting, or that sorting is according to data, test or both
Source position: comctrls.pp line 661
type TSortType = ( |
||
stNone, |
|
|
stData, |
|
|
stText, |
|
|
stBoth |
|
|
); |
lazarus-ccr.sourceforge.net |