Harbour Class TBrowse sample
This commit is contained in:
7
harbour/tests/working/testbrw.prg
Normal file
7
harbour/tests/working/testbrw.prg
Normal file
@@ -0,0 +1,7 @@
|
||||
function Main()
|
||||
|
||||
local oBrowse := TBrowse():New()
|
||||
|
||||
Alert( oBrowse:ClassName )
|
||||
|
||||
return nil
|
||||
Reference in New Issue
Block a user