usage properties plugins-related.html

来自「ATViewer is a component for Delphi/C++Bu」· HTML 代码 · 共 48 行

HTML
48
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>
<head>
  <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
  <title>Usage: Properties, Plugins-related</title>
  <link href="Main.css" rel="stylesheet" type="text/css">
</head>
<body>

<h2>Properties, Plugins-related</h2>
<hr>

<table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
  <td style="width: 40%;"><font color="DarkBlue">ActivePluginName</font></td>
  <td>Name of currently active plugin (or empty string if plugins are not loaded).</td>
</tr>
<tr>
  <td style="width: 40%;"><font color="DarkBlue">ActivePluginSupportsSearch</font></td>
  <td>Indicates does active plugin support Find / Find Next commands.</td>
</tr>
<tr>
  <td style="width: 40%;"><font color="DarkBlue">ActivePluginSupportsPrint</font></td>
  <td>Indicates does active plugin support Print command.</td>
</tr>
<tr>
  <td style="width: 40%;"><font color="DarkBlue">ActivePluginSupportsCommands</font></td>
  <td>Indicates does active plugin support Copy / Select All / Go To / Set Parameters commands.</td>
</tr>
<tr>
  <td style="width: 40%;"><font color="DarkBlue">ActivePluginWindowHandle</font></td>
  <td>Handle of active plugin's window (or 0 if plugins are not loaded).</td>
</tr> 
<tr>
  <td style="width: 40%;"><font color="DarkBlue"> PluginsHighPriority</font></td>
  <td>Sets priority for plugins higher than for internal viewers.
  When this priority is high, plugins are tried first for a new file, and
  if no matched plugin is found then matched internal viewer is used
  (match is determined by file extension and sometimes by contents). When
  this priority is low, matched internal viewer is used first.
  </td>
</tr>
</tbody>
</table>
</body>
</html>

⌨️ 快捷键说明

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