Xbrowse working as a object inspector

Post Reply
User avatar
Marc Venken
Posts: 727
Joined: Tue Jun 14, 2016 7:51 am

Xbrowse working as a object inspector

Post by Marc Venken »

Hello,

As we know, Xbrowse shows all object information when we use :


REDEFINE FOLDEREX oFld ID 101 UPDATE ;
PROMPT "Basis" of oDlg;
dialogs "artfolbasis"

Xbrowse(oFld) // and we see all info about the object.

Is there a function that will give use a popup with all used object active in the project and that we then select and see all its props ?
Meaning : If oDlg, oFld, oBrw are in use, we can select and see detail ?
It would be great for devellopment.
Marc Venken
Using: FWH 20.08 with Harbour
Post Reply