FMX.Styles.TStyleStreaming.CanLoadFromStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function CanLoadFromStream(const AStream: TStream):  Boolean;

C++

__classmethod bool __fastcall CanLoadFromStream(System::Classes::TStream* const AStream);

Properties

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

Description

Loads a style from the specified stream without raising an exception.

CanLoadFromStream searches for the style specified by AStream.

CanLoadFromStream returns True if the style is successfully loaded, and False otherwise.

See Also