IPCsList


Topic:

Properties and methods of IPCsList


Class hierarchy:

IPCsLists IPCsList


Properties / Methods:

ListType Used to determin the kind of list psListType
Item Used to access a specific item in the list. Parameters needed: an integer. The item accessed, is of type IPCsListConnData
Syntax:
property Item[Index: Integer]: IPCsListConnData;
Count Number of items in list


Comments:

Use IPCsList.Item[integer] and IPCsList.Count to get that/these items you want.