Description
IPSCObjectList declares interface to the object list. IPSCObjectList has different methods which allows to manipulate with the object list (add, delete, assign object values, etc.). It is suggested to use IPSCObjectList providers instead of TList as it gives flexibility. Additionally to all methods that can be found in TList, IPSCObjectList allows to organize sorted lists with custom criteria which can be specified by SetSortCriteria method. If you want to create default provider of the IPSCObjectList, use PSCCreateObjectList global routine.