Vcl.ActnMan.TCustomActionManager.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(S: TStream);

C++

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

Properties

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

Description

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

LoadFromStream reads the stream specified in the Stream parameter and loads the layout information needed to reconstruct the action bands connected to the action manager contained in the stream.

See Also