Project-GetForms

Function Name dcl-Project-GetForms
Syntax   (dcl-Project-GetForms <PROJECT> {Password [as String]})
Return Type List of Forms

This method returns a list of all forms defined in the specified project. If the project has a password, the optional Password argument must be supplied, and it must match the project's password or the function will fail.

Note that every form contains a hidden control that holds the form's properties; a form is exposed in AutoLISP by this hidden control. Therefore the elements of the list returned by this method are simple control handles.