Page 1 of 1

Xbrowse working as a object inspector

PostPosted: Tue Nov 28, 2017 7:56 pm
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.