!--a11y-->
AbstractActiveComponent 
The AbstractActiveComponent user interface (UI) element represents the abstract basis UI element for all active UI elements, such as Office Integration UI elements or Adobe Acrobat UI elements. From a technical perspective, these are ActiveX controls and therefore allow greater interaction by the user. In addition, AbstractActiveComponent supports the active UI elements with internal services. All properties are passed to the UI element interfaces InteractiveForm and OfficeControl. For example, this allows you to define the height and width of a PDF form.
Runtime Class |
CL_WD_ABSTR_ACT_COMP |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
no |
STRING |
|
no |
|
STRING |
|
nein |
|
STRING |
|
no |
|
STRING |
|
no |
|
WDY_BOOLEAN |
true |
yes |
|
STRING |
300px |
yes |
|
Text |
|
yes |
|
STRING |
|
no |
|
WDUI_VISIBILITY |
visible |
yes |
|
STRING |
300px |
yes |

Further properties that can be inherited are defined in the associated higher-level class. The associated interface elements are:
· UIElementapurl_link_0003_0012_0021
· ViewElementapurl_link_0001_0014_0024
For dynamic programming the same properties, events, and aggregations are provide in the View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ADDITIONAL_ARCHIVES |
STRING |
|
ARCHIVE |
STRING |
|
CLASS_ID |
STRING |
|
CODE_BASE |
STRING |
|
ENABLED |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
TYPE |
STRING |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_ABSTR_ACT_COMP=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_ABSTR_ACT_COMP=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
|