Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FlowControlCmd Object : SetArgumentDescription Method
Required Long that indicates the number of the argument description to set.
Required String that is the text of the description to set.
SetArgumentDescription Method
Description
This function sets the description of an argument of an object of type START_SUBROUTINE. It does nothing and returns FALSE if the object is not of this type. The function returns TRUE if the description was set successfully, FALSE otherwise.
Syntax
Visual Basic
Public Function SetArgumentDescription( _
   ByVal Position As Long, _
   ByVal DESCRIPTION As String _
) As Boolean
Parameters
Position
Required Long that indicates the number of the argument description to set.
DESCRIPTION
Required String that is the text of the description to set.
Return Type
Boolean value.
See Also