uses lclintf;
procedure tform1.button1click(sender: tobject);
begin
//--開啟網頁
lclintf.openurl('www.hao123.com') //必須至少加上www不然它會認為是乙個檔案,
//--開啟檔案
//同樣可以使用openurl,看原始碼其實他呼叫的就是openurl,
//如果要在wince下使用opendocument開啟檔案,必須使用絕對路徑: extractfilepath + '123.txt'
lclintf.opendocument('123.txt');
end;
BuildFilePath 及開啟檔案對話方塊
也許以後就主要在這裡發soui的介紹了。貼一段檔案相關的helper,測試一下貼 是不是方便。1 234 5 file filehelper.h 6 brief 7 version v1.0 8 author soui group 9 date 2014 08 03 10 11 describe 實...
BuildFilePath 及開啟檔案對話方塊
也許以後就主要在這裡發soui的介紹了。貼一段檔案相關的helper,測試一下貼 是不是方便。1 234 5 file filehelper.h 6 brief 7 version v1.0 8 author soui group 9 date 2014 08 03 10 11 describe 實...
android Intent開啟URL鏈結
一 開啟鏈結intent it new intent intent.action view,uri.parse it.setclassname com.android.browser com.android.browser.browseractivity getcontext startactivi...