RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitmap.ReadData Method

Read graphic data from TStream.

Pascal
procedure ReadData(Stream: TStream); override;
C++
virtual __fastcall ReadData(TStream Stream);

ReadData is used to read the binary graphic from the virtual property Data (created by DefineProperties) when streaming in a TGraphic from the TStream Stream

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!