Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ SetHomePage
Method
SetHomePage
DuiLib/Control/UIWebBrowser.cpp:485–488 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
483
}
484
485
void DuiLib::CWebBrowserUI::SetHomePage( LPCTSTR lpszUrl )
486
{
487
m_sHomePage.Format(_T(
"%s"
),lpszUrl);
488
}
489
490
LPCTSTR DuiLib::CWebBrowserUI::GetHomePage()
491
{
Callers
nothing calls this directly
Calls
1
Format
Method · 0.80
Tested by
no test coverage detected