Password Component
Fnd_Pswd_BulletEntry
Fnd_Pswd_BulletEntry (->visible object; ->text variable)
Parameters
| Parameter | Type | Description |
|---|---|---|
| visible object | Pointer | Pointer to the displayed variable |
| text variable | Pointer | Entered value |
Description
The Fnd_Pswd_BulletEntry routine replaces typed characters with bullet characters for password entry. Requires the field's On Before Keystroke event to be enabled.
Fnd_Pswd_BulletEntry(->[Contact]Password;->password_t)
Extracted source text
Fnd_Pswd_BulletEntry (->visible object; ->text variable)
Parameter Type Description
visible object Pointer Pointer to the displayed variable
text variable Pointer Entered value
The Fnd_Pswd_BulletEntry routine replaces typed characters with bullet characters for password
entry. Requires the field's On Before Keystroke event to be enabled.
Fnd_Pswd_BulletEntry(->[Contact]Password;->password_t)