ObjectStore - Exemples

ObjectStore = class static (TObject)Interface de ObjectStoreExemples de ObjectStore
// exemple d'écriture

ObjectStore['myKeyName'] := 'hello';

// exemple de lecture

PrintLn(ObjectStore['myKeyName']);