FMX.Media.TCaptureDevice.AfterConstruction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AfterConstruction; override;

C++

virtual void __fastcall AfterConstruction(void);

Properties

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

Description

Responds after the last constructor has executed.

The AfterConstruction method adds the created capture device to the manager device.

AfterConstruction is called automatically after the object's last constructor has executed. Do not call it explicitly in your applications.

See Also