FMX.Platform.IFMXSaveStateService.GetBlock

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 ;

Propriétés

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


Description

Confirme si le nom et le flux ont été fournis à SaveState.

La méthode GetBlock renvoie True si SaveState possède le nom fourni par le paramètre ABlockName et le flux fourni par le paramètre ABlockData. Sinon, elle renvoie False.

Voir aussi