Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomPivotGrid.StoreToStream(TStream) Method

Saves the pivot grid’s layout in the AStream stream.

#Declaration

Delphi
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