ObjectStore - Exemples
| ObjectStore = class static (TObject) | Interface de ObjectStore | Exemples de ObjectStore |
// exemple d'écriture
ObjectStore['myKeyName'] := 'hello';
// exemple de lecture
PrintLn(ObjectStore['myKeyName']);
ObjectStore['myKeyName'] := 'hello';
// exemple de lecture
PrintLn(ObjectStore['myKeyName']);