11.1.1.2.2. App2¶
This is a more advanced automation interface for Felix. It can be retrieved as the App2 property of the App object.
11.1.1.2.2.1. Properties¶
Name | Type | Access | Description |
---|---|---|---|
ActiveGlossary | Object | Get | Gets the current Glossary (Memory object) loaded in Felix |
ActiveMemory | Object | Get | Gets the current Memory loaded in Felix |
CurrentGlossMatches | Object | Get | Gets the current SearchResults collection of glossary matches for the current query |
CurrentMatch | Object | Get/Set | Gets or sets the current SearchResult for the current query |
CurrentMatches | Object | Get | Gets the current SearchResults collection for the current query |
Glossaries | Object | Get | Gets the Memories collection of all glossaries loaded in Felix |
GlossaryWindow | Object | Get | Gets the Felix GlossaryWindow (MemoryWindow) object |
Memories | Object | Get | Gets the Memories collection of all translation memories loaded in Felix |
MemoryWindow | Object | Get | Gets the Felix MemoryWindow object |
11.1.1.2.2.2. Methods¶
Name | Arguments | Description |
---|---|---|
ReflectChanges | Int RecId, String Source, String Trans | Updates the record with id RecId to Source and Trans |
ReviewTranslation | Int RecId, String Source, String Trans | Shows the translation with id RecId in Felix, updating to Source and Trans if necessary |
11.1.1.2.2.3. Example¶
To retrieve the App2 object using Visual Basic:
dim felix as Object
set felix = CreateObject("Felix.App")
dim App2 as Object
set App2 = felix.App2