Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
70 lines (57 loc) · 2.38 KB

File metadata and controls

70 lines (57 loc) · 2.38 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'PythonGUIInputOutput.pas' rev: 6.00
#ifndef PythonGUIInputOutputHPP
#define PythonGUIInputOutputHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <PythonEngine.hpp> // Pascal unit
#include <ComCtrls.hpp> // Pascal unit
#include <StdCtrls.hpp> // Pascal unit
#include <Dialogs.hpp> // Pascal unit
#include <Forms.hpp> // Pascal unit
#include <Controls.hpp> // Pascal unit
#include <Graphics.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysUtils.hpp> // Pascal unit
#include <Messages.hpp> // Pascal unit
#include <Windows.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Pythonguiinputoutput
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TPythonGUIInputOutput;
class PASCALIMPLEMENTATION TPythonGUIInputOutput : public Pythonengine::TPythonInputOutput
{
typedef Pythonengine::TPythonInputOutput inherited;
private:
Stdctrls::TCustomMemo* FCustomMemo;
HWND FWinHandle;
protected:
void __fastcall pyGUIOutputWndProc(Messages::TMessage &Message);
virtual void __fastcall Notification(Classes::TComponent* AComponent, Classes::TOperation Operation);
virtual void __fastcall SendData(const AnsiString Data);
virtual AnsiString __fastcall ReceiveData();
virtual void __fastcall AddPendingWrite(void);
void __fastcall WriteOutput(void);
public:
__fastcall virtual TPythonGUIInputOutput(Classes::TComponent* AOwner);
__fastcall virtual ~TPythonGUIInputOutput(void);
void __fastcall DisplayString(const AnsiString str);
__published:
__property Stdctrls::TCustomMemo* Output = {read=FCustomMemo, write=FCustomMemo};
};
//-- var, const, procedure ---------------------------------------------------
static const Word WM_WriteOutput = 0x401;
extern PACKAGE void __fastcall Register(void);
} /* namespace Pythonguiinputoutput */
using namespace Pythonguiinputoutput;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // PythonGUIInputOutput
Morty Proxy This is a proxified and sanitized view of the page, visit original site.