Datasnap.Win.ObjBrkr.TSimpleObjectBroker.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(Stream: TStream);

C++

void __fastcall SaveToStream(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

Saves the value of the Servers property to a stream.

Call SaveToStream to save the list of available servers. The servers can be restored later by calling the LoadFromStream method.

See Also