TTMSFNCWXCameraDevices.GetDeviceByName Method
Finds the camera device whose name matches the supplied value.
API unit family: TMSFNCWXCamera
Declaring type: TTMSFNCWXCameraDevices
Syntax
function GetDeviceByName(Name: string): TTMSFNCWXCameraDevice;
Parameters
| Name | Description |
|---|---|
Name |
The device name to search for. |
Returns
The matching device, or nil when no device has the given name.