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

📄 webconnect.hpp

📁 TMS component pack v4.2 for delphi
💻 HPP
字号:
// CodeGear C++ Builder
// Copyright (c) 1995, 2007 by CodeGear
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Webconnect.pas' rev: 11.00

#ifndef WebconnectHPP
#define WebconnectHPP

#pragma delphiheader begin
#pragma option push
#pragma option -w-      // All warnings off
#pragma option -Vx      // Zero-length empty class member functions
#pragma pack(push,8)
#include <System.hpp>	// Pascal unit
#include <Sysinit.hpp>	// Pascal unit
#include <Classes.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit

//-- user supplied -----------------------------------------------------------

namespace Webconnect
{
//-- type declarations -------------------------------------------------------
#pragma option push -b-
enum TWebConnectType { wctModem, wctLan, wctNone };
#pragma option pop

class DELPHICLASS TWebConnect;
class PASCALIMPLEMENTATION TWebConnect : public Classes::TComponent 
{
	typedef Classes::TComponent inherited;
	
private:
	bool FConnect;
	bool FPrompt;
	bool FActive;
	void __fastcall SetConnect(const bool Value);
	bool __fastcall GetConnectedState(void);
	TWebConnectType __fastcall GetWebConnectType(void);
	AnsiString __fastcall GetVersion();
	void __fastcall SetVersion(const AnsiString Value);
	int __fastcall GetVersionNr(void);
	
public:
	__property bool Connected = {read=GetConnectedState, nodefault};
	__property TWebConnectType ConnectionType = {read=GetWebConnectType, nodefault};
	
__published:
	__property bool Active = {read=FActive, write=FActive, nodefault};
	__property bool Connect = {read=FConnect, write=SetConnect, nodefault};
	__property bool Prompt = {read=FPrompt, write=FPrompt, nodefault};
	__property AnsiString Version = {read=GetVersion, write=SetVersion};
public:
	#pragma option push -w-inl
	/* TComponent.Create */ inline __fastcall virtual TWebConnect(Classes::TComponent* AOwner) : Classes::TComponent(AOwner) { }
	#pragma option pop
	#pragma option push -w-inl
	/* TComponent.Destroy */ inline __fastcall virtual ~TWebConnect(void) { }
	#pragma option pop
	
};


//-- var, const, procedure ---------------------------------------------------
static const Shortint MAJ_VER = 0x1;
static const Shortint MIN_VER = 0x1;
static const Shortint REL_VER = 0x0;
static const Shortint BLD_VER = 0x0;

}	/* namespace Webconnect */
using namespace Webconnect;
#pragma pack(pop)
#pragma option pop

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

⌨️ 快捷键说明

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