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

📄 testlibexports.out

📁 格式化源码的最新板
💻 OUT
字号:
library TestLibExports;

{ AFS 7 Feb 2K
  This code is swiped from the delphi help
  as it demonstrates a particularly obscure pice of syntax (exports)

  This unit may not even compile
  It is test cases for the code formatting utility
}

uses
  EdInit,
  EdInOut,
  EdFormat,
  EdPrint;

exports

  InitEditors,
  DoneEditors iNDex 17 Name Done,
  InsertText Name Insert,
  DeleteSelection Name Delete,
  FormatSelection,
  PrintSelection Name Print resident,
  SetErrorHandler INDEX 23;

  function foo: boolean; local;
  begin
    Result := False;
  end;

begin
  InitLibrary;
end.

⌨️ 快捷键说明

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