Datasnap.Win.ObjBrkr.TSimpleObjectBroker.LoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.Win.ObjBrkr.pas
Datasnap.Win.ObjBrkr.hpp
Unit: Datasnap.Win.ObjBrkr
Parent: TSimpleObjectBroker

Delphi

procedure LoadFromStream(Stream: TStream);

C++

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

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