| Funktionsname | dcl_Project_GetForms |
|---|---|
| Syntax | (dcl_Project_GetForms
<PROJECT>
{Password [as
String]}) |
| Rückgabewert | 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.