FMX.Media.TCaptureDevice.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string index TProperty.Name read GetDeviceProperty;

C++

__property System::UnicodeString Name = {read=GetDeviceProperty, index=1};

Properties

Type Visibility Source Unit Parent
property public
FMX.Media.pas
FMX.Media.hpp
FMX.Media TCaptureDevice

Description

Read-only property that provides the name of the current capture device.

If the current TCaptureDevice has no name specified, then Name is an empty string.

The properties of a capture device are: UniqueID, Name, Description.

See Also