| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Set of TPropStorageOption
Source position: rttiutils.pp line 66
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  |