mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 11:19:36 +02:00
* Classes no longer needed.
This commit is contained in:
parent
fe46d024db
commit
b37fc98b9e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user