[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Assigns the reference instance to the storage instance.
Source position: classesh.inc line 336
public procedure TRecall.Store; |
Storeassigns 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.
Storedoes not check whether the referenceinstance is still valid. If the reference pointer was invalidated, call TRecall.Forgetto clear the reference instance.