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

Function TFrame

source/fileframe.cpp:35–40  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

33;
34//---------------------------------------------------------------------------
35__fastcall TFileFr::TFileFr(TComponent* Owner)
36 : TFrame(Owner)
37{
38 OpenDialog->InitialDir = WorkDir;
39 HelpLabel->Hint = szDateTimeFormatHint;
40}
41//---------------------------------------------------------------------------
42void __fastcall TFileFr::SpeedButton2Click(TObject *Sender)
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected