DECommands Collection

               

A collection whose elements represent each DECommand object within a DataEnvironment object.

Note   This collection's Count property specifies the number of DECommand objects that exist in the collection.

Syntax

DECommands(index)

The index placeholder represents an integer with a range from 1 to DECommands.Count.

Remarks

This collection is used in the Data Environment Extensibility Object Model and is different from the Commands collection used at run time.

Use the following code to access members of the DECommands collection by their individual names.

DEExtObj.DECommands("Command1").Name