FMX.Media.TCameraComponent.Active

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Active: Boolean read GetActive write SetActive default False;

C++

__property bool Active = {read=GetActive, write=SetActive, default=0};

Properties

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

Description

Enables and disables the camera device.

Set the Active property to True to enable the camera device, and set Active to False to disable it.

See Also

Code Samples