⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 delphi32.dci

📁 delphi 写的delphi的程序 Handel is a free, standalone development tool created with Delphi 3 that enable
💻 DCI
字号:
cases
=case | of
=  : ;
=  : ;
=end;

casee
=case | of
=  : ;
=  : ;
=else ;
=end;

classf
=T| = class(T)
=private
=
=protected
=
=public
=
=published
=
=end;

classd
=T| = class(T)
=
=end;

classc
=T| = class(T)
=private
=
=protected
=
=public
=  constructor Create; override;
=  destructor Destroy; override;
=published
=
=end;

fors 
= for | :=  to  do

forb
=for | :=  to  do
=begin
=
=end;

function
=function |(): ;
=begin
=
=end;

ifs
=if | then

ifb
=if | then
=begin
=
=end;

ife
=if | then
=
=else

ifeb
=if | then
=begin
=
=end
=else
=begin
=
=end;

procedure
=procedure |();
=begin
=
=end;

trye
=try
=  |
=except
=
=end;

tryf
=try
=  |
=finally
=
=end;

trycf
=|variable := typename.Create;
=try
=
=finally
=  variable.Free;
=end;

whileb
=while | do
=begin
=
=end;

whiles
=while | do

whileb
=with | do
=begin
=
=end;

withb
=with | do
=begin
=
=end;

withs
=with | do

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -