dialog_set_login_password_label()
Deprecated: Login dialogs do not have labels on the password input field.
Synopsis:
#include <bps/dialog.h>
BPS_API int dialog_set_login_password_label(dialog_instance_t dialog, const char *label) 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:
Login dialogs do not have labels on the password input field. This function has no effect.
Returns:
Last modified: 2014-09-30