PropertyBag

The PropertyBag object serializes data and persistent objects (e.g. images and feature sets) to store them in a file, for example.

To do this, define a feature (here: Bag1) of the type COM object reference and enter the COM class name in the “class” property

TCEServer.PropertyBag

Alternatively, define a local variable in a function:

 

Dim Bag1 As TCEServer.PropertyBag

Initialize the PropertyBag object in a function:

 

Bag1 := New TCEServer.PropertyBag

 

 

More:

Contents (PropertyBag)

FindProperty (PropertyBag)

ReadProperty (PropertyBag)

WriteProperty (PropertyBag)