TConnectors List Class
List of registered connectors (it's a singleton, use TConnectorsList.Current to access to it's instance)
System.TObject
Zicplay.Types.TConnectorsList
Zicplay.Types.TConnectorsList
The TConnectorsList type exposes the following members.
Show:
Name | Description | |
---|---|---|
![]() | Count | Return the number of registered connectors |
![]() ![]() | Current | Return the singleton instance of this class |
![]() | GetConnectorAt | Return the registered connector at specified index (if available) |
![]() | GetConnectorFromUID | Return the registered connector from it's UniqID (if available) |
![]() | Register | Used to register the connectors |
![]() | Sort | Sort the items in the list by alphabetical order of their name. |