stringlistcontainer Sort method
Return to Introduction  Previous page  Next page
Applies to
acStringListContainer component.  

Declaration
procedure Sort;  

Description
The Sort method sorts the strings in the list in ascending order.  
 
Call Sort to sort the strings in a list that has the Sorted property set to False. String lists with the Sorted property set to True are automatically sorted.  

See also
Duplicates, Sorted and Strings properties;  
Add and AddStrings methods.