Type Group SDYDO: Frequently-Used Types
|
type name |
Data Type |
Description |
|---|---|---|
|
sdydo_element_name |
C(100) |
The name of an element such as a pushbutton or input field |
|
sdydo_flag |
C(1) |
Flag field used for on/off attributes |
|
sdydo_value |
C(250) |
The value of an input field or selection from a dropdown list box |
|
sdydo_attribute |
C(50) |
Used for various format attributes |
|
sdydo_text_element |
C(255) |
Used for static texts in dynamic documents |
|
sdydo_text_table |
STANDARD TABLE OF text_element |
Table used to pass texts in the add_text method. |
|
sdydo_option_tab |
STANDARD TABLE OF sdydo_option |
Internal table containing two fields - value ( TYPE sdydo_value) and text ( TYPE string). Used to pass a list of values to a dropdown list box. |