Datasnap.Win.ObjBrkr.TSimpleObjectBroker.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LoadFromStream(Stream: TStream);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Datasnap.Win.ObjBrkr TSimpleObjectBroker

Description

Sets the value of the Servers property from a stream.

Call LoadFromStream to load a list of available servers that has been previously saved using the SaveToStream method.

See Also