RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TMetafile.WriteData Method

Write graphic data to TStream.

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

WriteData is used to write the binary graphic to the virtual property Data (created by DefineProperties) when streaming a TGraphic out to the TStream Stream

 

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