FMX.Platform.IFMXSaveStateService.GetBlock
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
Renvoie 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.