KeychainItem.Remove

From Xojo Documentation

Method


KeychainItem.Remove()

New in 2019r2

Supported for all project types and targets.

Removes the KeychainItem.

Notes

You can change passwords in a Keychain by deleting the original item using this method and adding another item.

Example

This example removes the current keychainitem stored in the variable kci.

kci.Remove