The OBJECT GET SUBFORM command gets the name(s) of the form(s) associated with the subform object designated by the object and * parameters.
If you pass the optional * parameter, this indicates that the object parameter is an object name (a string). If you do not pass this parameter, this indicates that the object is a variable. In this case, you pass a variable reference instead of a string.
In the tablePtr parameter, the command returns a pointer to the table of the form(s) used. If the subform uses a project form, this parameter contains Nil.
In the detailSubform parameter, the command returns the name of the detail form used in the subform.
In the listSubform parameter, the command returns the name of the list form used in the subform. If there is no list form, an empty string is returned.