testvcdll.dpr

来自「c++写的内核,delphi做的界面.体验Visual c++与delphi7的」· DPR 代码 · 共 17 行

DPR
17
字号
program TestVcDLL;

uses
  Forms,
  main in 'main.pas' {TestVcDLLForm},
  MaxMin in 'MaxMin.pas';

{$R *.res}



begin
  Application.Initialize;
  Application.CreateForm(TTestVcDLLForm, TestVcDLLForm);
  Application.Run;
end.

⌨️ 快捷键说明

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