The following example uses CREATEOBJECT( ) to create a Form object named goForm1
. AMEMBERS( ) is used to create an array named gaPropArray
containing the properties available for the form; the properties are then displayed.
CLEAR
goForm1 = CREATEOBJECT("Form") && Creates a Form
= AMEMBERS(gaPropArray, goForm1, 1) && Array containing Form properties
DISPLAY MEMORY LIKE gaPropArray && Display the Form properties