MCPcopy Create free account
hub / github.com/BlueMatthew/WechatExporter / SetLoadingDataOnScroll

Method SetLoadingDataOnScroll

vcproject/AppConfiguration.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void AppConfiguration::SetLoadingDataOnScroll(BOOL loadingDataOnScroll)
196{
197 SetDwordProperty(TEXT("LoadingDataOnScroll"), loadingDataOnScroll);
198}
199
200BOOL AppConfiguration::GetLoadingDataOnScroll()
201{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected