FMX.Platform.IFMXSaveStateService.GetBlock

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBlock(const ABlockName: string; const ABlockData: TStream): Boolean;

C++

virtual bool __fastcall GetBlock(const System::UnicodeString ABlockName, System::Classes::TStream* const ABlockData) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXSaveStateService

Description

Returns whether the SaveState has the provided name and stream.

The GetBlock method returns True if the SaveState has the Name provided with the ABlockName parameter and the Stream provided with the ABlockData parameter. This method returns False otherwise.

See Also