LoadFromStream
<< Click to Display Table of Contents >> Navigation: TMyCAD > Methods > LoadFromStream |
function LoadFromStream(Stream:TStream):Boolean;
Description:
Load from the stream, you can read from the database's field or TCP/IP stream.
Example:
MyCAD1.LoadFromStream(myStream);
See also: