Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > probe Object : ComponentDescription Method
Required Long. The zero-based index of the string from the list box to return. This must be between 0 and probe.ComponentCount-1.
ComponentDescription Method
Description
This function returns a string which is the nth component description of the component list box as determined by the Item parameter.
Syntax
Visual Basic
Public Function ComponentDescription( _
   ByVal Item As Long _
) As String
Parameters
Item
Required Long. The zero-based index of the string from the list box to return. This must be between 0 and probe.ComponentCount-1.
Return Type
String value.
See Also