Store
Name
Store -- Store an object on the server
Synopsis
use OOS.Persistent;
Store(This: in out Object;, S : in Stream_Access;, Template : in Handle := null);
Description
Store stores the object in the stream S. If
a template object is given, it is assumed that Store is using the
structure information to store the object information.