* Classes no longer needed.

This commit is contained in:
michael 1999-06-04 12:50:27 +00:00
parent fe46d024db
commit b37fc98b9e

View File

@ -1,5 +1,7 @@
Program testrtti;
Uses Typinfo;
{$M+}
Uses
@ -17,9 +19,8 @@ Const TypeNames : Array [TTYpeKind] of string[15] =
Const OrdinalTypes = [tkInteger,tkChar,tkENumeration,tkbool];
Type
TMyEnum = (meFirst,meSecond,meThird);
Type TMyTestObject = Class
TMyEnum = (meFirst,meSecond,meThird);
TMyTestObject = Class(TObject)
Private
FBoolean : Boolean;
FByte : Byte;