Load
Name
Load -- Store an object from the server
Synopsis
use OOS.Persistent;
Load(This: in out Object;, S : in Stream_Access;, Template : in Handle := null);
Description
Load retrieves the object from the given
stream. If a template object is given, it is expected that
Load is using the template as a structure
information.