跳轉到內容

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
華夏公益教科書