i know Fivewin use OF Window ti assin Control
now i have this
- Code: Select all Expand view
- DEFINE WINDOW oWnd FROM nTop, nLeft TO nHeight, nWidth PIXEL
oExplorer := TExplorer():New( nTop, nLeft, nWidth - 20, nHeight -20, cPath )
how to set "Parent" oWnd to CLASS TExplorer()
if want to TABPAGE so i have to assign every Instance of TExplorer() to "Parent" TABPAGE