Unit 'Graphics' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TGraphic.SaveToStream

SaveToStream - write graphic data to a stream.

Declaration

Source position: graphics.pp line 854

public procedure TGraphic.SaveToStream(

  Stream: TStream

); virtual; abstract;

Arguments

Stream

  

Stream instance where the graphic data is stored.

Description

SaveToStream is an abstract virtual method in TGraphic. It must be implemented in a descendent class to provide support for a specific graphic format.



CT Web help

CodeTyphon Studio