Difference between revisions of "CAEngine::Send"
(Marked this version for translation) |
(Marked this version for translation) |
||
(One intermediate revision by the same user not shown) | |||
Line 18: | Line 18: | ||
= See Also = <!--T:6--> | = See Also = <!--T:6--> | ||
− | |||
− | |||
* [[CAEngine::SendCommand]] | * [[CAEngine::SendCommand]] | ||
* [[CAEngine::Command]] | * [[CAEngine::Command]] | ||
* [[CAEngine::OutputBuffer]] | * [[CAEngine::OutputBuffer]] | ||
</translate> | </translate> |
Latest revision as of 20:38, 15 June 2015
ADE User Guide > ADE Server Class Reference > CAEngine
Description
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