Unit 'rcparser' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#fcl-res]

tyinclude

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: yyinclude.pp line 20

type tyinclude = class

default

const

  yi_maxlevels = 5

default

  stack: array [0..yi_maxlevels] of record;

  yyinput: Text;

  yyline: string;

  yylineno: Integer;

  yycolno: Integer;

  fn: AnsiString;

  prev_wrap: yywrap_t;

end

  level: Integer;

  WorkDir: string;

  SearchPaths: TStringList;

public

  constructor Create;

  destructor Destroy; override;

  class function wrapone;

  function push();

  function pop;

  function expand();

end;

Inheritance

tyinclude

|

TObject


Documentation generated on: 2023-03-18