Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FlowControlCmd Object : NumArguments Property
NumArguments Property
Description
Returns the number of arguments in a START_SUBROUTINE or CALL_SUBROUTINE object.
Property type
Read-only property
Syntax
Visual Basic
Public Property NumArguments As Long
Return Type
Read only Long value.
Remarks
This property only affects objects of type START_SUBROUTINE and CALL_SUBROUTINE. For other objects it always returns zero.
See Also