Skip to main content

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 are implemented in FRE for Windows.
SynchronizationOperationEnum enumeration constants are used to define operations which require synchronization.
typedef enum {
 SOP_PageChanged,
 SOP_FocusChanged
} SynchronizationOperationEnum;

Elements

NameDescription
SOP\_PageChangedActive page has been changed.
SOP\_FocusChangedFocus has been changed.

Used in

IComponentSynchronizerEvents::OnSynchronizationOver