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