docs

Home All functions Categories

vuPasswordToggle(ControlHandle)

vuPasswordToggle(LONG), SIGNED, PASCAL, RAW, NAME('vuPasswordToggle')

Description

Toggles a managed control between visible-text mode and normal masked mode.

While the DLL provides an automatic eye button for user interaction, this function remains available for developer-driven events, such as a “Reveal All” button on a form or forcing a mask on a specific event.

Parameters

Parameter Data Type Description
ControlHandle LONG Handle of the target control previously initialized with vuPasswordInit().

Returns

Example

ShowState LONG

ShowState = vuPasswordToggle(?InPassword{PROP:Handle})

Notes

Home All functions Categories