|
Previous Top Next |
This code template loads the names of all procedures in the application into a local queue.
This template allows you to specify which queue and field to fill with information.
Queue | The label of a queue which will be loaded with the procedure names. |
Field | The label of a field in the Queue which will receive the procedure name. |
Free Queue... | When this is checked, a FREE() is executed on the queue just before it is filled. If this is not checked, the queue is not FREEd. This is checked by default. |
Only add procedures... | When this is checked the template will add procedures with a window ONLY. This will exclude source procedures and any other procedures that do not have a window. Note that report procedures will be included if they also have a progress window. This is checked by default. |
The use of this template is demonstrated in the TestTemplate procedure in the UtilDemo.app.
See also: