IPCsLists ![]() |
Properties and methods of IPCsLists 
CreateCableList ![]() | Requires an empty string as parameter. Returns a IPCsList , with Cable-information that can be further examined with methods of IPCsList .Syntax:function CreateCableList(const ParamStr: WideString): IPCsList; |
CreateTerminalList ![]() | Requires an empty string as parameter. Returns a IPCsList , with Terminal-information that can be further examined with methods of IPCsList .Syntax:function CreateTerminalList(const ParamStr: WideString): IPCsList; |
CreatePartList ![]() | Requires an empty string as parameter. Returns a IPCsList , with Part-information that can be further examined with methods of IPCsList .Syntax:function CreatePartList(const ParamStr: WideString): IPCsList; |
CreateComponentList ![]() | Requires an empty string as parameter. Returns a IPCsList , with Component-information that can be further examined with methods of IPCsList .Syntax:function CreateComponentList(const ParamStr: WideString): IPCsList; |
| UpdateLists | Updates all lists of a certain type. Takes 1 parameter of type psPageFunction. |
Use IPCsList.Item[integer] and IPCsList.Count to get the items you want.
Here is an example of accessing a list: How To Access Terminals Through IPCsList