FMX.Media.TCameraComponent.HasTorch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property HasTorch: Boolean read GetHasTorch;

C++

__property bool HasTorch = {read=GetHasTorch, nodefault};

Properties

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

Description

Indicates whether the camera device has torch.

Use the HasTorch property to see whether the camera device has torch.

See Also

Code Samples