OutputData Property
The buffered XML output data.
Syntax
__property String OutputData = {read=FOutputData, write=FSetOutputData}; __property RawByteString OutputDataB = {read=FOutputDataB, write=FSetOutputDataB};
Default Value
""
Remarks
This property can be used to retrieve the generated output from the component when OutputFile has not been set.
This property is read-only and not available at design time.
Data Type
Binary String