when using
- Code: Select all Expand view
- FWLOG hb_valToExp( oObject)
i got
'__itemSetObj( {{"__HOBJ", <pointer>}}, {{"TOLEAUTO",}} )'
how to get "more" Information about it
FWLOG hb_valToExp( oObject)
'__itemSetObj( {{"__HOBJ", <pointer>}}, {{"TOLEAUTO",}} )'
nageswaragunupudi wrote:To know the name
? oObject:cClassName
xFolder := aSelect[ ID_Folder ]
xName := aSelect[ ID_Name ]
xLevel := aSelect[ ID_Level ]
FWLOG xFolder
FWLOG oFolderItem:cClassName
FWLOG oTreeNext
DoTreeRecursiv( oFolderItem, xLevel + 1, .F., .F., .F., .F.,oTreeNext )
02.12.2022 16:24:51: DOTREEACTION( 0 ) xFolder = TTVITEM
02.12.2022 16:24:51: DOTREEACTION( 0 ) oFolderItem:cClassName =
02.12.2022 16:24:51: DOTREEACTION( 0 ) oTreeNext = TTVITEM
Antonio Linares wrote:Please use FWH\samples\olebrow.prg to inspect the OLE objects
oShell := CreateObject( "shell.application" )
IF NIL <> oShell
oFolder := oShell:NameSpace( CSIDL_DRIVES )
nageswaragunupudi wrote:BTW cClassName is only for OLE objects.
oShell := CreateObject( "shell.application" )
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 22 guests