[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TRecall.Store

Assigns the reference instance to the storage instance.

Declaration

Source position: classesh.inc line 336

public procedure TRecall.Store;

Description

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.

Errors

Storedoes not check whether the referenceinstance is still valid. If the reference pointer was invalidated, call TRecall.Forgetto clear the reference instance.