FMX.Media.TCaptureDevice.IsDefault

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsDefault: Boolean read FDefault;

C++

__property bool IsDefault = {read=FDefault, nodefault};

Properties

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

Description

Read-only property that indicates whether the current capture device is the default capture device of the system.

If the current TCaptureDevice is the default capture device of the system, IsDefault is True, otherwise it is False.

Use TCaptureDeviceManager to get the default capture devices of the system.

See Also