IPCsList ![]() |
Properties and methods of IPCsList 
IPCsLists
IPCsList
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 |
Use IPCsList.Item[integer] and IPCsList.Count to get that/these items you want.