Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > DmisDialog Object : getItemIntValue Method
UInt value that defines the item to query.
getItemIntValue Method
Description
This method returns the integer value stored in a field on the dialog box.
Syntax
Visual Basic
Public Function getItemIntValue( _
   ByVal ID As UInt _
) As Integer
Parameters
ID
UInt value that defines the item to query.
Return Type
Integer value stored in the queried field.
See Also