This property sets the type of password that is generated by the PS3GetPassword method.

[C++Builder] controlname->lPasswordType [ = short ]
[Delphi] controlname.lPasswordType [ = Smallint ]
[Visual Basic] controlname.lPasswordType [ = Integer ]
[VisualC++] controlname.SetlPasswordType(short Val)

Value

0: Numeric (only numbers from 0 to 9)
1: Alpha-numeric (alphabet and numbers from 0 to 9)
2: Alpha-numeric (Uppercase) (upper case alphabet and numbers from 0 to 9)

Explanation

The lPasswordType property sets the type of password that is generated by the PS3GetPassword method.

Setting the Value

This property value can be set at design time and at runtime.

Getting the Value

This property value can be retrieved at runtime.