GetValue Method
Returns the value of the specified form variable.
Syntax
String __fastcall GetValue(String Name): StringRemarks
If the form variable does not exist, an empty string is returned.
Please refer to the FormVars properties for more information.