This property sets the PcID needed to generate a password. This PcID is received from the enduser of the application and uniquely identifies the PC. This property is used by the PS3GetPassword method.

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

Value

The PcID of the enduser's PC. It is received from the enduser.

Explanation

The szPcID property sets the PcID needed to generate a password. This PcID is received from the enduser of the application and uniquely identifies the PC. This property is used 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.