leEnableInstPropEditFields
leEnableInstPropEditFields(t_libName[?libFieldg_libField] [?cellFieldg_cellField] => t / nil
Description
Enables or disables the Library or Cell fields for an instance in the Property Editor form.
Arguments
Value Returned
Example
To enable the Library and Cell fields for "testlib1" library for an instance in the Property Editor form, specify:
leEnableInstPropEditFields("testlib1" ?libField t ?cellField t)
To disable the Library and Cell fields for "testlib1" library for an instance in the Property Editor for,. specify:
leEnableInstPropEditFields("testlib1" ?libField nil ?cellField nil)
Return to top