Datasnap.Win.ObjBrkr.TSimpleObjectBroker.SaveToStream
[–] 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.