Show: Delphi C++
Display Preferences

FMX.Types.TFmxObject.SaveToBinStream

From XE2 API Documentation
Jump to: navigation, search

Delphi

procedure SaveToBinStream(const AStream: TStream);

C++

void __fastcall SaveToBinStream(const System::Classes::TStream* AStream);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Saves the object to a stored definition in a binary stream, typically an .fmx file. Other technologies have similar concepts, using terms like "serializing" or "archiving".

If the stream is a text stream instead of a binary stream, use SaveToStream.

See Also

Personal tools
Previous Versions
Translations