| Home | All functions | Categories |
vuPasswordCleanup(LONG), SIGNED, PASCAL, RAW, NAME('vuPasswordCleanup')
Manually detaches the password management logic from a Clarion entry control.
This function performs the following actions:
While the DLL also attempts to clean up when the control is destroyed, calling this function during normal window teardown is recommended when you want deterministic cleanup.
| Parameter | Data Type | Description |
|---|---|---|
| ControlHandle | LONG | Handle of the target control previously initialized with vuPasswordInit(). |
1 = Cleanup successful0 = Control was not initialized or cleanup was not neededRC LONG
RC = vuPasswordCleanup(?MyPassword{PROP:Handle})
Window.Kill.vuPasswordInit() is called again.| Home | All functions | Categories |