| Home | All functions | Legacy functions | Categories |
vuPasswordCleanup(LONG InHwnd),SIGNED,PROC,PASCAL,RAW,NAME('vuPasswordCleanup')
Manually detaches the managed password helper from a Clarion entry control.
This function performs deterministic cleanup for one control by:
While Windows often tears this down automatically when a window closes, this function gives the developer a predictable cleanup option during normal window shutdown.
| Parameter | Data Type | Description |
|---|---|---|
| InHwnd | LONG | Handle of the target control previously initialized with vuPasswordInit(). |
1 = Cleanup successful-5 = Control was not initializedRC LONG
RC = vuPasswordCleanup(?MyPassword{PROP:Handle})
vuPasswordInit() is called again.| Home | All functions | Legacy functions | Categories |