dialog_set_password_change_show_password()

Deprecated: Password change dialogs do not have "Show password" check boxes.

Synopsis:

#include <bps/dialog.h>
 
BPS_API int dialog_set_password_change_show_password(dialog_instance_t dialog,
                                                     bool show_password) BPS_DEPRECATED

Since:

BlackBerry 10.0.0

Arguments:

Library:

libbps (For the qcc command, use the -l bps option to link against this library)

Description:

Deprecated:

Password change dialogs do not have "Show password" check boxes. Instead each password field has an integrated password visiblity toggle. This function has no effect.

Returns: