Procedure SGraph.Free;
{Defined in UNIT SGraph.}
_____________________________________________________________ Returns all memory to the system in preparation for destroying the SGraph object. This method is usually called automatically when the operating system closes a window. The object cannot be used after this method is called without a new call to the SGraph constructor, Create .