Datasnap.Win.ObjBrkr.TSimpleObjectBroker.SaveToStream

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 SaveToStream(Stream: TStream);

C++

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

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