FMX.Media.TFlashMode
Delphi
TFlashMode = (AutoFlash, FlashOff, FlashOn);
C++
enum class DECLSPEC_DENUM TFlashMode : unsigned char { AutoFlash, FlashOff, FlashOn };
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | FMX.Media.pas FMX.Media.hpp |
FMX.Media | FMX.Media |
Description
Enumerates the possible flash options of a video device.
TFlashMode defines the following values:
| Value | Meaning |
|---|---|
|
|
The camera uses the flash depending on the light level. |
|
|
The flash is permanently off. |
|
|
The flash is permanently on |