procedure ChangePassword(const NewPassword: String)
Changes current user's password to NewPassword. Should be called when you are online. Doesn't affect on Password property(you have to change it manualy). After successfull change you will receive OnChangePasswordOk event, otherwise OnChangePasswordError event.