Vcl.ActnMan.TCustomActionManager.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(S: TStream);

C++

void __fastcall SaveToStream(System::Classes::TStream* S);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ActnMan.pas
Vcl.ActnMan.hpp
Vcl.ActnMan TCustomActionManager

Description

Saves layout information needed to reconstruct the action bands by the action manager to a stream.

SaveToStream saves layout information to a stream specified in the Stream parameter. The action manager uses the layout information in the stream to reconstruct the action bands.