Delphiの言語仕様において、用法を規定するものとして、あらかじめ予約されている語。
結果として、識別子などに使う事ができない。
Delphiでは、予約語は大文字小文字を区別しない。
Delphiにおける予約語は以下の通り。
- and
- array
- as
- asm
- begin
- case
- class
- const
- constructor
- destructor
- dispinterface
- div
- do
- downto
- else
- end
- except
- exports
- file
- final
- 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
- sealed
- set
- shl
- shr
- static
- string
- then
- threadvar
- to
- try
- type
- unit
- unsafe
- until
- uses
- var
- while
- with
- xor
コメントなどを投稿するフォームは、日本語対応時のみ表示されます