Declaration
Visual C++:
string PINCode;
CString PINCode;
Visual Basic:
Dim PINCode As String
Delphi:
property PINCode : String;
Remarks
See Also