TTMSFNCWXCameraDevices Class
Maintains the collection of camera input devices discovered for the control and provides lookup helpers by identifier and name.
API unit family: TMSFNCWXCamera
Inherits from: TCollection
Syntax
TTMSFNCWXCameraDevices = class(TCollection)
Properties
| Name | Description |
|---|---|
| Items | Provides indexed access to the camera devices in the collection. |
Methods
| Name | Description |
|---|---|
| Add | Adds a new empty camera device to the collection. |
| GetDeviceById | Finds the camera device whose identifier matches the supplied value. |
| GetDeviceByName | Finds the camera device whose name matches the supplied value. |
| Insert | Inserts a new empty camera device at the given position in the collection. |