Hello HunterEC,
I'm in a comparable situation and I think there is no documentation
For me it is the right way to
search the forum with terms like 'XBROWSE', 'oCol:', etc.
search the path '..\samples\..'
study the source file ..\source\classes\xbrowse.prg
Perhaps the source file is the best documentation: In the class declaration you find the DATA part with all parameters and often a comment, e. g. 'bStrData,; // String data codeblock (returns a string)'. You can set or refence them with oBrw:<ParameterName>. And of course the METHOD part with all methods you can call, e. g. the constructor method: 'New( oBrw ) // Creates a new instance of the class'.
Sometimes comments are missing, respectively are very short, but you can use the name of the parameter or method as a search term
Example for 'bLClickFooter' -> ..\samples\testxbrw.prg
Example for 'HeaderHeight' -> ..\samples\testhead.prg
Further on, I stored all interesting threads, samples, own notices and other issues - not only things regarding TXBrowse - in a word file, to reflect them later on.
Here is an extract of the TXBrowse part:
XBrowse alternating row colors:
viewtopic.php?f=3&t=9711Why Some Browses with ADS are slow?
viewtopic.php?f=3&t=9343Incremental lookup in a browse:
viewtopic.php?f=3&t=15182 ..\samples\testxbrw.prg
..\samples\testxbr2 … 6.prg
XBrowse with many Features (testxbr3.prg)
XBrowse Vertical Fonts and selected Rows (testxbr5.prg)
xBrowse with folders (foldxbrw.prg)
Switch aliases (xbrwalia.prg)
xBrowse with categories – TreeBrowse (xbrwdisk.prg)