SaveToStream
<< Click to Display Table of Contents >> Navigation: TMyCAD > Methods > SaveToStream |
function SaveToStream(Stream:TStream):Boolean;
Description:
Save to the stream, you can save all content into the database's field or memory stream.
Example:
MyCAD1.SaveToStream(myStream);
See also: