[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
TObject |