FMX.Types.TLang.ReadResources

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ReadResources(Stream: TStream);

C++

void __fastcall ReadResources(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 reading resources.

ReadResources is called automatically to read resources from the given stream into the TLang object.

See Also