Delphi 编程/保留关键字
外观
Delphi 编程中有 65 个保留关键字(也就是说,不能用作变量、函数或结构声明的关键字)。
它们是:
| 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 |