OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: domenicomaria on April 14, 2019, 06:50:53 AM

Title: dcl-Form-GetControls
Post by: domenicomaria on April 14, 2019, 06:50:53 AM
dcl-Form-GetControls
(dcl-Form-GetControls project-name form-name)

Return Type List of Controls

Applies To All Forms

This method returns
a list of all controls
belonging to the specified form . . .


But I get this :
(<Entity name: 41a08190> <Entity name: 41a09090> <Entity name: 41a0d410> <Entity name: 41a092d0> <Entity name: 41a0bc10> <Entity name: 41a0b250> <Entity name: 41a09390> <Entity name: 41a0ce70> <Entity name: 41a0cc30> <Entity name: 41a0cf30> <Entity name: 41a0cdb0> <Entity name: 41a0cc90> <Entity name: 41a0cd50> <Entity name: 41a0ce10> <Entity name: 41a0ced0> <Entity name: 41a0d050> <Entity name: 41a093f0>)

Title: Re: dcl-Form-GetControls
Post by: domenicomaria on April 14, 2019, 06:57:23 AM
this is the form :
Title: Re: dcl-Form-GetControls
Post by: owenwengerd on April 14, 2019, 08:25:34 AM
The list of forms are represented as entity names, but they are not entities, and can't be inspected as entities. They are just memory addresses, meaningful only when used as a control argument to an OpenDCL function.
Title: Re: dcl-Form-GetControls
Post by: domenicomaria on April 14, 2019, 09:01:21 AM
Yes.
It works well.
Thanks.

ciao