Icon GetValue Method

function GetValue(const AKey: String): Variant

Available In: Server Applications

Use this method to get the value for the variable with the specified name. If a defined variable does not exist with the specified name, then the method will return a Null (variant) value.
Image