|
||||||||||||||||||||||||||||||||||||||||||||||
Controls whether the string list frees the objects inside the Data property when an item is deleted (or the list is cleared). |
||||||||||||||||||||||||||||||||||||||||||||||
Controls whether the string list frees the objects inside the Objects property when an item is deleted (or the list is cleared). |
||||||||||||||||||||||||||||||||||||||||||||||
Occurs when the string list changes |
||||||||||||||||||||||||||||||||||||||||||||||
Occurs when the string list is about to change |
||||||||||||||||||||||||||||||||||||||||||||||
Specifies the Owner of this object. Whenever the list changes, the list will notify the Owner through this interface. |
||||||||||||||||||||||||||||||||||||||||||||||
Specifies whether the strings in the list should be automatically sorted. Set Sorted to True to cause the strings in the list to be automatically sorted in ascending order. Set Sorted to False to allow strings to remain where they are inserted. When Sorted is False, the strings in the list can be put in ascending order at any time by calling the Sort method. When Sorted is True, do not use Insert to add strings to the list. Instead, use Add, which will insert the new strings in the appropriate position. When Sorted is False, use Insert to add strings to an arbitrary position in the list, or Add to add strings to the end of the list. By default, the list is not sorted.
|
||||||||||||||||||||||||||||||||||||||||||||||
Controls how the string list is sorted when the Sort method is called or the Sorted property is set to True. By default, the StringOpsType is soCaseInsensitiveLocale. |