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 |