FMX.BiometricAuth.TCustomBiometricAuth.Create
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.