Icon SetValue Method

procedure SetValue(const AKey: String; const AValue: Variant)

Available In: Server Applications

Use this method to set the value for the variable with the specified name. If the specified variable is already defined, then its value will be updated. If the specified variable does not already exist, then it will be added.
Image