Vcl.Graphics.TBitmap.CanLoadFromStream
Delphi
class function CanLoadFromStream(Stream: TStream): Boolean; override;
C++
__classmethod virtual bool __fastcall CanLoadFromStream(System::Classes::TStream* Stream);
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| function | public | Vcl.Graphics.pas Vcl.Graphics.hpp | Vcl.Graphics | TBitmap | 
Beschreibung
Vcl.Graphics.TBitmap.CanLoadFromStream erbt von Vcl.Graphics.TGraphic.CanLoadFromStream. Der folgende Inhalt bezieht sich auf Vcl.Graphics.TGraphic.CanLoadFromStream.
CanLoadFromStream gibt True zurück, wenn ein angegebener Stream ein gestreamtes Bild einer TGraphic-Unterklasse enthält.
Die Methode verwendet die aktuelle Stream-Position, sie ändert die aktuelle Stream-Position nicht.