Set of TPropStorageOption.
Source position: rttiutils.pp line 73
| type TPropStorageOptions = set of ( | ||
| psoAlwaysStoreStringsCount | 
 | Always store the count of strings. Default is not to store the count. | 
| ); | 
TPropStorageOptions is the set of TPropStorageOption used in TPropsStorage.Options.
| 
 | Options to take into account when saving or loading properties from the storage. |