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

TdxLayoutContainer.StoreToStream(TStream,string) Method

Saves the layout information to a stream.

#Declaration

Delphi
procedure StoreToStream(AStream: TStream; const ASaveName: string = '');

#Parameters

Name Type
AStream TStream
ASaveName string

#Remarks

AStream specifies the stream.

ASaveName specifies the string that represents the layout container within the storage.

To restore the layout from the stream, use the RestoreFromStream method.

See Also