docs

Home All functions Categories

vuPasswordCleanup(ControlHandle)

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

Description

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.

Parameters

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

Returns

Example

RC LONG

RC = vuPasswordCleanup(?MyPassword{PROP:Handle})

Notes

Home All functions Categories