Skip to main content

TcxCustomPivotGrid.RestoreFromRegistry(string,Boolean,Boolean) Method

Restores the pivot grid’s layout from the system registry.

Declaration

procedure RestoreFromRegistry(const AStorageName: string; ACreateChildren: Boolean = False; ADeleteChildren: Boolean = False);

Parameters

Name Type
AStorageName string
ACreateChildren Boolean
ADeleteChildren Boolean

Remarks

In the current session of the pivot grid, the RestoreFromRegistry method restores the field layout scheme, field filter, and prefilter criteria previously saved by the StoreToRegistry method.

The AStorageName parameter specifies the registry key under which the value entries, which describe the pivot grid’s layout, are stored.

For information on the other parameters, refer to the description of the RestoreFromIniFile method.

See Also