TcxCustomPivotGrid.RestoreFromStream(TStream,Boolean,Boolean) Method
Restores the pivot grid’s layout from an AStream stream.
Declaration
procedure RestoreFromStream(AStream: TStream; ACreateChildren: Boolean = False; ADeleteChildren: Boolean = False);
Parameters
Name | Type |
---|---|
AStream | TStream |
ACreateChildren | Boolean |
ADeleteChildren | Boolean |
Remarks
In the current session of the pivot grid, the RestoreFromStream method restores the field layout scheme, field filter, and prefilter criteria previously saved by the StoreToStream method.
The AStream parameter specifies the stream the pivot grid’s layout is restored from.
For information on the other parameters, refer to the description of the RestoreFromIniFile method.
See Also