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.RestoreFromStream(TStream,Boolean,Boolean) Method

Restores the pivot grid’s layout from an AStream stream.

#Declaration

Delphi
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