< Delphi Programming
There are 65 reserved keywords in Delphi programming (that is to say, keywords that you can't use as variable, function or structure declarations).
Here they are:
| and | array | as | asm | begin |
| case | class | const | constructor | destructor |
| dispinterface | div | do | downto | else |
| end | except | exports | file | finalization |
| finally | for | function | goto | if |
| implementation | in | inherited | initialization | inline |
| interface | is | label | library | mod |
| nil | not | object | of | or |
| out | packed | procedure | program | property |
| raise | record | repeat | resourcestring | set |
| shl | shr | string | then | threadvar |
| to | try | type | unit | until |
| uses | var | while | with | xor |
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.