⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 syneditpythonbehaviour.hpp

📁 嵌入式IDE
💻 HPP
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'SynEditPythonBehaviour.pas' rev: 6.00

#ifndef SynEditPythonBehaviourHPP
#define SynEditPythonBehaviourHPP

#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Classes.hpp>	// Pascal unit
#include <SysUtils.hpp>	// Pascal unit
#include <SynEditKeyCmds.hpp>	// Pascal unit
#include <SynEdit.hpp>	// Pascal unit
#include <Dialogs.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Controls.hpp>	// Pascal unit
#include <Graphics.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 Syneditpythonbehaviour
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TSynEditPythonBehaviour;
class PASCALIMPLEMENTATION TSynEditPythonBehaviour : public Classes::TComponent 
{
	typedef Classes::TComponent inherited;
	
private:
	Synedit::TSynEdit* FEditor;
	int fIndent;
	
protected:
	virtual void __fastcall SetEditor(Synedit::TSynEdit* Value);
	virtual void __fastcall doProcessUserCommand(System::TObject* Sender, bool AfterProcessing, bool &Handled, Syneditkeycmds::TSynEditorCommand &Command, char &AChar, void * Data, void * HandlerData);
	
public:
	__fastcall virtual TSynEditPythonBehaviour(Classes::TComponent* aOwner);
	
__published:
	__property Synedit::TSynEdit* Editor = {read=FEditor, write=SetEditor};
	__property int Indent = {read=fIndent, write=fIndent, default=4};
public:
	#pragma option push -w-inl
	/* TComponent.Destroy */ inline __fastcall virtual ~TSynEditPythonBehaviour(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------

}	/* namespace Syneditpythonbehaviour */
using namespace Syneditpythonbehaviour;
#pragma option pop	// -w-
#pragma option pop	// -Vx

#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif	// SynEditPythonBehaviour

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -