VarListDelete (FUN)
FUNCTION VarListDelete : Error
Deletes a variable list previously created by VarListDefine
Important
Calling this method might take some time (due to necessary communication) so be careful when calling from an IEC-Task. Typically this method should be called in an asynchronous way.
- InOut:
Scope
Name
Type
Comment
Return
VarListDeleteAn errorcode representing the result of this operation
Input
hPlcHandlerSysTypes.RTS_IEC_HANDLEThe instance to delete the variable list on.
hVarListSysTypes.RTS_IEC_HANDLEThe varlist to delete