Odcl_GetControlNames

(From Extension file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Extra Dialog function >

Odcl_GetControlNames

(From Extension file)

Previous pageReturn to chapter overviewNext page

Odcl_GetControlNames

This function will get all control names in the project.

Parameters

FileName

String identifying the project file name. It can be used with or without extension.

Odcl_loadProject must be run before using this function.

 

Return Values

Returns the string list of dialog and their controls.

 

Example

;Get all control names in my project wherever it is if not done yet

(Odcl_GetControlNames "MyProject.odc")

 

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetControlsames FilePath [as String]))