> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IFormWindow

> Steuern Sie das FlexiCapture-Formularfenster mit IFormWindow per Skript: Suchen Sie Feldsteuerelemente, legen Sie das aktive Steuerelement fest und passen Sie Docking, Textgröße und Bildlaufposition an.

<div id="what-it-does">
  ## Beschreibung
</div>

Stellt das Formularfenster dar.

<div id="methods">
  ## Methoden
</div>

| **Definition**                                                                                                                                       | **Beschreibung**                                                                                                                      |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| EnsureRectVisible( imageRect : [IShellRect](/de/flexi-capture/appendix/scripts-shell/i-shell-rect) )                                                 | Verschiebt die Scroll-Box, damit das angegebene Rectangle sichtbar wird                                                               |
| FindControl( field : [IField](/de/flexi-capture/appendix/scripts/ifield) ) : [IFieldControl](/de/flexi-capture/appendix/scripts-shell/ifieldcontrol) | Sucht anhand des Werts der [Feldregion von ControllerInterop](/de/flexi-capture/appendix/scripts/ifield) nach einem Feldsteuerelement |

<div id="properties">
  ## Eigenschaften
</div>

<table width="100%">
  <thead>
    <tr>
      <th>
        <p>
          <strong>Name</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Typ</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Zugriff</strong>
        </p>
      </th>

      <th>
        <p>
          <strong>Beschreibung</strong>
        </p>
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <p>ActiveControl</p>
      </td>

      <td>
        <p>
          <a href="/de/flexi-capture/appendix/scripts-shell/ifieldcontrol">IFieldControl</a>
        </p>
      </td>

      <td>
        <p>Lesen/Schreiben</p>
      </td>

      <td>
        <p>
          Das aktive Steuerelement im Formular. Der Wert dieser Eigenschaft kann in den Ereignissen <a href="/de/flexi-capture/appendix/scripts-shell/field-activation">On Field Control Activate</a> und{" "}
          <a href="/de/flexi-capture/appendix/scripts-shell/field-deactivation">On Field Control Deactivate</a> nicht geändert werden.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>ClientRect</p>
      </td>

      <td>
        <p>
          <a href="/de/flexi-capture/appendix/scripts-shell/i-shell-rect">IShellRect</a>
        </p>
      </td>

      <td>
        <p>Schreibgeschützt</p>
      </td>

      <td>
        <p>Das Rectangle des Clientbereichs (in Fensterkoordinaten).</p>
        <p>Die Koordinaten der linken oberen Ecke des Hauptfensters sind (0, 0).</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Control</p>
      </td>

      <td>
        <p>
          <a href="/de/flexi-capture/appendix/scripts-shell/ifieldcontrol">IFieldControl</a>
        </p>
      </td>

      <td>
        <p>Schreibgeschützt</p>
      </td>

      <td>
        <p>Das Hauptsteuerelement des Formulars.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Docking</p>
      </td>

      <td>
        <p>
          <a href="/de/flexi-capture/appendix/scripts-shell/tdockingtype">TDockingType</a>
        </p>
      </td>

      <td>
        <p>Lesen/Schreiben</p>
      </td>

      <td>
        <p>
          Die Position von <strong>IFormWindow</strong> relativ zu <a href="/de/flexi-capture/appendix/scripts-shell/iimagewindow">IImageWindow</a> im Dokumenteditor.
        </p>
      </td>
    </tr>

    <tr>
      <td>
        <p>DocumentWindow</p>
      </td>

      <td>
        <p>
          <a href="/de/flexi-capture/appendix/scripts-shell/idocumenteditor">IDocumentEditor</a>
        </p>
      </td>

      <td>
        <p>Schreibgeschützt</p>
      </td>

      <td>
        <p>Der Dokumenteditor.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Handle</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Schreibgeschützt</p>
      </td>

      <td>
        <p>Das Fenster-Handle.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>Ratio</p>
      </td>

      <td>
        <p>
          <a href="/de/flexi-capture/appendix/scripts-shell/irational">IShellRational</a>
        </p>
      </td>

      <td>
        <p>Lesen/Schreiben</p>
      </td>

      <td>
        <p>
          Das Verhältnis der Größe des Fensters <strong>IFormWindow</strong> (Zähler) zur Gesamtgröße der Fenster <strong>IFormWindow</strong> und{" "}
          <a href="/de/flexi-capture/appendix/scripts-shell/ierrorswindow">IErrorsWindow</a> (Nenner).
        </p>

        <p>
          Wenn der Eigenschaftswert von Docking <strong>DT\_Top</strong> oder <strong>DT\_Bottom</strong> ist, wird das Verhältnis der Ausdehnung in y-Richtung gemessen.
        </p>

        <p>Andernfalls wird das Verhältnis der Ausdehnung in x-Richtung gemessen.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>ScrollPos</p>
      </td>

      <td>
        <p>int</p>
      </td>

      <td>
        <p>Lesen/Schreiben</p>
      </td>

      <td>
        <p>Die Position der Scroll-Box.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>TextSize</p>
      </td>

      <td>
        <p>
          <a href="/de/flexi-capture/appendix/scripts-shell/ttextsize">TTextSize</a>
        </p>
      </td>

      <td>
        <p>Lesen/Schreiben</p>
      </td>

      <td>
        <p>Die Textgröße.</p>
      </td>
    </tr>

    <tr>
      <td>
        <p>TotalRect</p>
      </td>

      <td>
        <p>
          <a href="/de/flexi-capture/appendix/scripts-shell/i-shell-rect">IShellRect</a>
        </p>
      </td>

      <td>
        <p>Schreibgeschützt</p>
      </td>

      <td>
        <p>Das Rectangle des gesamten Formulars.</p>
        <p>Wenn der Clientbereich kleiner ist als das Formular, werden im Formularfenster Bildlaufleisten angezeigt.</p>
      </td>
    </tr>
  </tbody>
</table>
