API:FMX.BiometricAuth.TBiometricAuth.PromptTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PromptTitle;

C++

__property PromptTitle = {default=0};

Properties

Type Visibility Source Unit Parent
property published
FMX.BiometricAuth.pas
FMX.BiometricAuth.hpp
FMX.BiometricAuth TBiometricAuth

Description

PromptTitle is the title shown on the biometric authorization prompt.

FMX.BiometricAuth.TBiometricAuth.PromptTitle inherits from FMX.BiometricAuth.TCustomBiometricAuth.PromptTitle. All content below this line refers to FMX.BiometricAuth.TCustomBiometricAuth.PromptTitle.

PromptTitle is the title shown on the biometric authorization prompt.

Attention: The PromptTitle property is mandatory, ensure the prompt properties of PromptDescription and PromptTitle have values, otherwise it does not display.

See Also