brCommand Property

       

Sets or returns the TCL command associated with the clsD3TclCommand object.

Syntax

object.brCommand [= sValue]

Parameters

Parameter

Description

object

An object variable that represents a clsD3TCLCommand object.

sValue

The setting or return value is a String data type indicating the TCL command.

Remarks

The command can also be set in the creation of the clsD3TclCommand object, using either the brOpenTclCommand method or the brExecute method.