Unit 'pascodegen' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TPascalCodeGenerator.SaveToStream

Save generated source code to stream

Declaration

Source position: pascodegen.pp line 101

public procedure TPascalCodeGenerator.SaveToStream(

  const AStream: TStream

);

Arguments

AStream

  

Stream to save to

Description

SaveToStream saves the generated source code to the specified stream. The entire content of the TPascalCodeGenerator.Source string list is written to the stream.

See also

TPascalCodeGenerator.SaveToFile

  

Save generated source code to file

TPascalCodeGenerator.Source

  

Generated source code string list


Documentation generated on: Dec 19 2025