!--a11y-->
AbstractActiveComponent 
AbstractActiveComponent is the abstract basis UI element for all active UI elements, such as Office Integration UI element OfficeControl or Adobe Acrobat UI element InteractiveForm, as well as Gantt and Network. 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 elements InteractiveForm, OfficeControl, Gantt and Network. For example, this allows you to define the height and width of an interactive form.
Runtime Class |
CL_WD_ABSTR_ACT_COMP |
Properties in View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
no |
STRING |
|
no |
|
STRING |
|
no |
|
STRING |
|
no |
|
STRING |
|
no |
|
WDY_BOOLEAN |
true |
yes |
|
STRING |
300px |
yes |
|
Text |
|
yes |
|
STRING |
|
no |
|
WDUI_VISIBILITY |
visible |
yes |
|
STRING |
300px |
yes |

Other properties that can be inherited are defined in the associated higher-level classes. The associated UI elements are:
For dynamic programming, the same properties, events and aggregations are available as 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 |
|