Difference between revisions of "CAEngine::Send/zh"
(Created page with "CAEngine::Send") |
(Created page with "= 描述 =") |
||
Line 3: | Line 3: | ||
<languages /> | <languages /> | ||
− | = | + | = 描述 = |
Sends the string contained in the [[CAEngine::Command|Command]] property as a command to be executed by ADE. See the Analytica [[Scripting Guide]] for details of commands and syntax. | Sends the string contained in the [[CAEngine::Command|Command]] property as a command to be executed by ADE. See the Analytica [[Scripting Guide]] for details of commands and syntax. |
Revision as of 02:43, 21 October 2015
ADE User Guide > ADE Server Class Reference > CAEngine
描述
Sends the string contained in the Command property as a command to be executed by ADE. See the Analytica Scripting Guide for details of commands and syntax.
It is easier to use CAEngine::SendCommand, which combinds CAEngine::Command and CAEngine::Send into a single call.
Return value
Boolean (success or failure)
See Also
Comments
Enable comment auto-refresher