IPCsLists


Topic:

Properties and methods of IPCsLists


Class hierarchy:

IPCsLists


Properties / Methods:

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;
UpdateListsUpdates all lists of a certain type. Takes 1 parameter of type psPageFunction.


Comments:

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