Harbour Class TBrowse sample

This commit is contained in:
Antonio Linares
1999-08-07 06:45:40 +00:00
parent c9cb87f62f
commit ec6eae67b3

View File

@@ -0,0 +1,7 @@
function Main()
local oBrowse := TBrowse():New()
Alert( oBrowse:ClassName )
return nil