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

Class TMessageForm

sourcecommon/messageform.h:21–37  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

19#include <ComCtrls.hpp>
20//---------------------------------------------------------------------------
21class TMessageForm : public TForm
22{
23__published: // IDE-managed Components
24 TSpeedButton *OkButton;
25 TSpeedButton *CloseButton;
26 TGroupBox *GroupBox;
27 TImage *Image;
28 TMemo *Memo;
29 void __fastcall FormKeyDown(TObject *Sender, WORD &Key,
30 TShiftState Shift);
31 void __fastcall CloseButtonClick(TObject *Sender);
32 void __fastcall FormClose(TObject *Sender, TCloseAction &Action);
33 void __fastcall FormDestroy(TObject *Sender);
34private: // User declarations
35public: // User declarations
36 __fastcall TMessageForm(TComponent* Owner);
37};
38//---------------------------------------------------------------------------
39extern PACKAGE TMessageForm *MessageForm;
40//---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected