newlibrary.rodl

来自「学习DELPHI的remobject4 目前我正在学习」· RODL 代码 · 共 26 行

RODL
26
字号
<Library Name="NewLibrary" UID="{A0661DA9-FE17-4362-9705-32C94F87F94A}" Documentation="">
   <Services>
      <Service Name="NewService" UID="{F994300B-FAC7-437A-B139-09786945C0B3}">
        <Interfaces>
           <Interface Name="Default" UID="{3EC0FA33-3791-4748-8A90-C55C367F2953}" Documentation="Service NewService. This service has been automatically generated using the RODL template you can find in the Templates directory.">
      <Operations>
         <Operation Name="Sum" UID="{60395719-AF60-4325-8339-C15E6EDA48C4}" Documentation="">
      <Parameters>
         <Parameter Name="A" DataType="Integer" Flag="In" />
         <Parameter Name="B" DataType="Integer" Flag="In" />
         <Parameter Name="Result" DataType="Integer" Flag="Result" />
      </Parameters>
         </Operation>
         <Operation Name="GetServerTime" UID="{36B741AD-F253-4B84-B94B-67ACECF62D39}" Documentation="">
      <Parameters>
         <Parameter Name="Result" DataType="DateTime" Flag="Result" />
      </Parameters>
         </Operation>
      </Operations>

           </Interface> 
        </Interfaces>
      </Service>
   </Services>
</Library>

⌨️ 快捷键说明

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