This property sets the lockword that is used to generate a password. This is the lockword set in the application code.

[C++Builder] controlname->szLockword [ = WideString ]
[Delphi] controlname.szLockword [ = WideString ]
[Visual Basic] controlname.szLockword [ = String ]
[VisualC++] controlname.SetszLockword(LPSTR Val)

Value

The lockword that has been set in the application code.

Explanation

The szLockword property sets the lockword that is used by the Password Generator OCX to generate a password. This is the lockword set in the application code.

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.