Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DmisDialog Object : setItemIntValue Method
UInt value that defines the item.
Integer value to assign to the control.
setItemIntValue Method
Description
This method sets a field to a specific integer value.
Syntax
Visual Basic
Public Sub setItemIntValue( _
   ByVal ID As UInt, _
   ByVal Value As Integer _
) 
Parameters
ID
UInt value that defines the item.
Value
Integer value to assign to the control.
See Also