MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / GetFullAppName

Function GetFullAppName

source/main.cpp:787–790  ·  view source on GitHub ↗

---------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

785}
786//---------------------------------------------------------------------------
787String GetFullAppName(void)
788{
789 return Application->Title + " " + GetVersionString();
790}
791//---------------------------------------------------------------------------
792void __fastcall TMainForm::mOpenMainFormClick(TObject *Sender)
793{

Callers 3

TFormFunction · 0.85
FormCreateMethod · 0.85
TrayChangeIconMethod · 0.85

Calls 1

GetVersionStringFunction · 0.85

Tested by

no test coverage detected