Icon Value Property

property Value[const AKey: String]: Variant

Available In: Server Applications

Gets or sets the value of the variable that matches the specified name.

When getting the value: if a defined variable does not exist with the specified name, then the method will return a Null (variant) value.

When setting the value: if a variable with the specified name is already defined, then its value will be updated. If a variable with the the specified name does not already exist, then it will be added.
Image