FMX.Media.TCaptureDevice.Description

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Description: string index TProperty.Description read GetDeviceProperty;

C++

__property System::UnicodeString Description = {read=GetDeviceProperty, index=2};

Properties

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

Description

Read-only property that provides the description for the current capture device.

If the current TCaptureDevice has no description specified, then Description is an empty string.

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

See Also