DelphiCodeToDoc Next
Name
DocTemplateListSortCompare
Parent
uDocTemplate
Visibility
PUBLIC
Description
Comparison function for TDocTemplateList, used for sorting.
Source code
function DocTemplateListSortCompare ( Item1 , Item2 : Pointer ) : integer
Parameters
Parameter Description Item1 : Pointer Pointer (must be TDOCtemplate object) to first item to compare Item2 : Pointer Pointer (must be TDOCtemplate object) to second item to compare
Return
Types Description INTEGER Same value as CompareText method (generic comparison result)
DelphiCodeToDoc Next