Password Property
This is the user's password.
Syntax
__property String Password = {read=FPassword, write=FSetPassword, default=""};
Default Value
""
Remarks
This must be set before a connection is attempted. If a call to the Connect method is made specifying a password, the Password property will contain that password.
Data Type
String