FMX.Controls.TStyleCollectionItem.SaveToStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SaveToStream(const Stream: TStream; const Format: TStyleFormat = TStyleFormat.Indexed);

C++

void __fastcall SaveToStream(System::Classes::TStream* const Stream, const Fmx::Styles::TStyleFormat Format = (Fmx::Styles::TStyleFormat)(0x0));

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TStyleCollectionItem

Description

Saves the style stored in an item, to a stream.

SaveToStream receives the following parameters:

  • Stream: The name of the stream variable to which the style is saved.
  • Format: TStyleFormat from the style to save. The possible values are Indexed, Binary, Text. The value is set to Indexed by default.

See Also