Function GetFormValue
The GetFormValue function returns the value in the object in the program window. Parameter is the name of the object in the window along with the name of the window. If an object does not exist or a form is not created, returns an empty string.
Header
function GetFormValue(FormComponentName: String): Variant;