View Single Post
  #5 (permalink)  
Old 06-11-2007, 02:46 PM
Meka][Meka Meka][Meka is offline
Newbie
 
Join Date: Jun 2007
Location: If Statement
Posts: 4
Rep Power: 0
Meka][Meka is on a distinguished road
Default

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

Code:
end.
-/Meka][Meka

Last edited by Meka][Meka; 06-11-2007 at 02:48 PM. Reason: missed something ;)
Reply With Quote

Sponsored Links