Back to Devexpress

TdxCustomLayoutControl.SaveToStream(TStream) Method

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-dot-savetostream-x28-system-dot-classes-dot-tstream-x29.md

latest1.6 KB
Original Source

TdxCustomLayoutControl.SaveToStream(TStream) Method

Saves layout group/item settings to a stream.

Declaration

delphi
procedure SaveToStream(AStream: TStream);

Parameters

NameTypeDescription
AStreamTStream

The target stream.

|

Remarks

Call the SaveToStream procedure to save layout group and item settings to a stream.

To save the Layout control state to an external source defined in the OptionsStoring property, call the Store procedure.

See Also

TdxCustomLayoutControl.LoadFromIniFile Procedure

TdxCustomLayoutControl.LoadFromRegistry Procedure

TdxCustomLayoutControl.LoadFromStream Procedure

TdxCustomLayoutControl.SaveToIniFile Procedure

TdxCustomLayoutControl.SaveToRegistry Procedure

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit