FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Xbrowse working as a object inspector
Posts: 1487
Joined: Tue Jun 14, 2016 07:51 AM
Xbrowse working as a object inspector
Posted: Tue Nov 28, 2017 07:56 PM

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 23.08 with Harbour

Continue the discussion