an old thread but hey, im new ^__^, plus a help for other programmers or newbies that have the same problem ->
simple because the nested class is declared incorrectly...
example of nested class >
Code:
type
TSomeClass = class
public
iSomeInt: Integer;
type
TNestedClass = class
public
function Method(): Boolean;
end;
end;
and from the displayed code i dont see an ending
-/Meka][Meka