FMX.Edit.Style.TStyledEdit.GetPasswordCharWidth

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPasswordCharWidth: Single;

C++

float __fastcall GetPasswordCharWidth();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Edit.Style.pas
FMX.Edit.Style.hpp
FMX.Edit.Style TStyledEdit

Description

Returns the font size used for the password character.

GetPasswordCharWidth is a protected method used to return the font size used to display one password character.

See Also