FMX.BiometricAuth.TCustomBiometricAuth.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TCustomBiometricAuth(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
FMX.BiometricAuth.pas
FMX.BiometricAuth.hpp
FMX.BiometricAuth TCustomBiometricAuth

Description

Allocates memory and constructs a safely initialized instance of TCustomBiometricAuth component.

Create inherits from System.Classes.TComponent.Create.

See Also