FMX.Styles.TStyleStreaming.TryLoadStyleDescription

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function TryLoadStyleDescription(const Stream: TStream; var Description: TStyleDescription): Boolean;

C++

__classmethod bool __fastcall TryLoadStyleDescription(System::Classes::TStream* const Stream, TStyleDescription* &Description);

Properties

Type Visibility Source Unit Parent
function public
FMX.Styles.pas
FMX.Styles.hpp
FMX.Styles TStyleStreaming

Description

This method tries to parse the style file and read the style description.

The TStyleDescription object specified by Description should be destroyed by the caller.

See Also