SophiaFramework UNIVERSE 5.3 |
The SFXProperty class is used to manage the set of the key / value pair elements in the appended order.
The SFXProperty class is similar to the SFXArray or SFXHashmap class, but different in that both key and value are of the SFXAnsiString type and more than one element may have the same string key.
Example 20.24. Setting an element
property.Set("unix", "??"); property.Append("macos", "CR"); property.Insert(1, "windows", "CRLF"); property.Set("unix", "LF"); property.Append("macos", "LF");
Copyright(c) 2002 - 2024 Sophia Cradle Incorporated All Rights Reserved. |