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

TPascalCodeGenerator.Source

Generated source code string list

Declaration

Source position: pascodegen.pp line 103

public property TPascalCodeGenerator.Source : TStrings
  read FSource;

Description

Source contains the generated source code as a read-only string list. Each line in the list represents one line of generated Pascal code. This property provides access to the complete generated output.

See also

TPascalCodeGenerator.AddLn

  

Add line to source code with current indentation

TPascalCodeGenerator.SaveToFile

  

Save generated source code to file

TPascalCodeGenerator.SaveToStream

  

Save generated source code to stream


Documentation generated on: Dec 19 2025