| | parmAdd | |
rtActiveObject AltText BaseClass Codebase documentURL files HeightUOM HTML objectHeight objectName objectWidth overwriteConflict ObjectType parameter As rtAppletParameter parmCount ParentContainer ParentObject root useCorba useSSL widthUOM
| version 1.5
Function parmAdd As rtAppletParameter Adds a new parameter to applet. Possible use:
Dim rta as New rtActiveObject With rta.parmAdd .Title = "Filename" .Formula = {DocTitle + ".doc"} End With
The code adds a new parameter "Filename" and calculates the value using document field "DocTitle" | |