FMX.Media.TVideoCaptureDevice.HasFlash

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasFlash: Boolean read GetHasFlash;

C++

__property bool HasFlash = {read=GetHasFlash, nodefault};

Properties

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

Description

Retrieves whether a flash is available or not.

If HasFlash returns True, then a flash light is available on a video capture device.

See Also