Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Application Object : RegistryValueExists Method
RegistryValueExists Method
Description
Queries the registry for a specific value
Syntax
Visual Basic
Public Function RegistryValueExists( _
   ByVal lpszSection As String, _
   ByVal lpszEntry As String _
) As Boolean
Parameters
lpszSection
lpszEntry
See Also