CTX_Base :: SetParm - Set parameters for action
The function allows passing up to 6 parameters to an action called by ExecuteFunction (). Since parameters cannot be passed directly, one has to set parameters before calling ExecuteFunction (). From within the context function called parameters can be accessed using the Parm () function.
Return value: - internal feature (not documented) ( NParm & )
Implementation details
NParm &
CTX_Base  :: SetParm ( NString &parm1_w=NString::Null(), NString &parm2_w=NString::Null(), NString &parm3_w=NString::Null(), NString &parm4_w=NString::Null(), NString &parm5_w=NString::Null() )
- parm1_w
- - internal feature (not documented)
Default: NString::Null()
- parm2_w
- - internal feature (not documented)
Default: NString::Null()
- parm3_w
- - internal feature (not documented)
Default: NString::Null()
- parm4_w
- - internal feature (not documented)
Default: NString::Null()
- parm5_w
- - internal feature (not documented)
Default: NString::Null()