[Overview][Types][Classes][Index] |
XOR encoding key, empty for encoding is not used.
Source position: propertystorage.pas line 59
published property TStoredValue.KeyString : string |
KeyString is a String property which contains the key used to XOR encode/decode the Value for the collection item. XOR encoding is performed in the Save method when the collection item is written to the storage container for the collection. XOR decoding is performed in the Restore method when the value is read from the storage container. XOR encoding/decoding is not performed when KeyString is an empty string ('').
Version 4.0 | Generated 2025-05-03 | Home |