ActiveX AS/400 Objects - ProgramParms
- This class contains a collection of class: ProgramParm. It
is made public only to be referenced by applications. Defining a variable as type of
ProgramParms is reasonable but not necessary. ProgramParms is available through class:
Program as Program.Parms.
- Contains a read-only property:
| Name |
Type |
Description |
| Count |
Long |
Number of class:ProgramParm in
collection. |
- Contains methods returning a result:
| Name |
Type |
Description |
| Add |
ProgramParm |
Creates class:ProgramParm from required value parameter, optional length
parameter overrides length of ANSI string. Returns resulting class:ProgramParm added. |
| Item |
ProgramParm |
Returns a class:ProgramParm based on required index parameter. |
| Name |
Description |
| Remove |
Removes class:ProgramParm from required value parameter. |
See class:Program
| 2003
- Chouinard & Myhre, Inc. |