Vcl.Graphics.TBitmap.LoadFromStream

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure LoadFromStream(Stream: TStream); override;

C++

virtual void __fastcall LoadFromStream(System::Classes::TStream* Stream);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TBitmap

Description

Charge dans l'objet bitmap un bitmap d'un flux.

Utilisez la méthode LoadFromStream pour charger l'image bitmap depuis un flux. Le paramètre Stream spécifie le flux dans lequel lire l'image bitmap. Utilisez, par exemple, LoadFromStream pour charger l'image bitmap dans un flux BLOB lisant dans le champ graphique d'un ensemble de données.

Voir aussi