FMX.BiometricAuth.TCustomBiometricAuth.PromptTitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PromptTitle: string read FPromptTitle write FPromptTitle;

C++

__property System::UnicodeString PromptTitle = {read=FPromptTitle, write=FPromptTitle};

Properties

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

Description

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