TcxCustomPivotGrid.StoreToStream(TStream) Method
Saves the pivot grid’s layout in the AStream stream.
Declaration
procedure StoreToStream(AStream: TStream);
Parameters
Name | Type |
---|---|
AStream | TStream |
Remarks
This method provides flexibility so that a wide range of storage devices can be used as the storage via an AStream instance of the TStream class. The information to be stored includes the field layout scheme, field filters, and the currently applied prefilter criteria.
To restore the layout saved in the stream, use the RestoreFromStream method.
See Also