FMX.Types.TLang.WriteResources

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteResources(Stream: TStream);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TLang

Description

Protected method for writing resources.

WriteResources is called automatically to write the TLang object resources to the given stream.

See Also