TConnectorsList Class

List of registered connectors (it's a singleton, use TConnectorsList.Current to access to it's instance)

Unit: Zicplay.Types
System.TObject
  Zicplay.Types.TConnectorsList
type TConnectorsList = class(TObject)

The TConnectorsList type exposes the following members.

Show:
 NameDescription
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.

Top