Skip to main content

TdxCustomLayoutControl.SaveToStream(TStream) Method

Saves layout group/item settings to a stream.

Declaration

procedure SaveToStream(AStream: TStream);

Parameters

Name Type Description
AStream TStream

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