[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Assigns the reference instance to the storage instance.
Source position: classesh.inc line 473
public procedure TRecall.Store; |
Store assigns the reference instance to the storage instance. This will only work if the two classes can be assigned to each other.
This method can be used to refresh the storage.
Store does not check whether the reference instance is still valid. If the reference pointer was invalidated, call TRecall.Forget to clear the reference instance.