Zum Hauptinhalt springen

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.

Visual Components werden in FRE für Windows implementiert.
Die Enumerationskonstanten von SynchronizationOperationEnum werden verwendet, um Vorgänge zu definieren, die eine Synchronisierung erfordern.
typedef enum {
 SOP_PageChanged,
 SOP_FocusChanged
} SynchronizationOperationEnum;

Elemente

NameBeschreibung
SOP_PageChangedDie aktive Seite hat sich geändert.
SOP_FocusChangedDer Fokus hat sich geändert.

Verwendet in

IComponentSynchronizerEvents::OnSynchronizationOver