MSEIDE & MSEGUI Unofficial Documentation Main Docs | API Guide
(#Test)

Reference for package 'Test'

Units

msechart

msedial

msedispwidgets

msedock

mseeditglob

mseforms

msegrids

mseimage

mseinplaceedit

mseobjectpicker

msesimplewidgets

msesplitter

msetabs

msetabsglob

msetoolbar

msewindowwidget

Notes

The other notes/docs not belonging to any pascal unit are in the Main Docs page.

The users/developers add notes and examples underneath the skeletons, online here in their browser.

This is a test.. it is the mse lib/common/widgets/ folder only.

Find Docs

The same tool is used as with the Main Docs.. lufind. It combines search results with the API guide and Main Docs. See Lufind Query

Trivia

Have to thank Jeff P. (YetAnotherGeek) for giving me a one liner Awk command.. many months/years ago:
  fpdoc --package=Something $(ls -1 *.pas *.inc | awk '{printf("--input=%s ",$1)}')
Homework: try getting MS-DOS to do something like that.

However, FPDOC should be extended to be able accept *.* wildcard as input:

  --input=*.pas 
..since awk isn't available on some operating systems without a unix shell installed. I'll make a patch eventually to fpdoc maybe even to scan sub directories such as
  --input=/*/*.pas 
Other ideas: add an fpdoc blacklist feature to skip source files that we don't want to parse in the wildcard.
  --input=/*/*.pas  --skip=internalunit.pas --skip=privateunit.pas --skip=priv*.pas


edit    lufdoc - Live User Fed Documentation