CAEngine::OutputBuffer

Revision as of 08:53, 16 October 2015 by Jhuawen (talk | contribs) (Created page with "= 描述 =")

ADE User Guide > ADE Server Class Reference > CAEngine

描述

A text string buffer that contains the result of the last typescript (i.e., using the Command property and Send method) interaction with the ADE.

The OutputBuffer will also contain error message text if evaluation errors, syntax errors, warnings, etc., occur during the execution of other ADE methods.

Data type

string

Access

read

Example Usage

Dim x As String
x = ade.OutputBuffer
Comments
Loading comments...