This item has no description.
| Name | Description |
|---|---|
Class TMyClass |
|
Class TMyClass |
Valid Pascal, FPC compiles this (just fix first TMyClass, e.g. |
Interface TMyInterface |
Invalid Pascal, such relation is not allowed, FPC correctly reports: Error: Forward declaration of class "TMyInterface" must be resolved here to use the class as ancestor |
Interface TMyInterface |
Valid Pascal, FPC compiles this (just fix first TMyInterface, e.g. |