public interface IComponentParam extends IBaseParam
Modifier and Type | Method and Description |
---|---|
com4j.Com4jObject |
component()
The Component containing the parameter.
|
int |
isOut()
Indicates if this is an output parameter.
|
void |
isOut(int pVal)
Indicates if this is an output parameter.
|
desc, desc, name, name, order, order, value, value, valueType, valueType
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
com4j.Com4jObject component()
The Component containing the parameter.
Getter method for the COM property "Component"
int isOut()
Indicates if this is an output parameter. If False, this is an input parameter.
Getter method for the COM property "IsOut"
void isOut(int pVal)
Indicates if this is an output parameter. If False, this is an input parameter.
Setter method for the COM property "IsOut"
pVal
- Mandatory int parameter.Copyright © 2020. All rights reserved.