📄 vrhptimer.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 1999 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'VrHPTimer.pas' rev: 5.00
#ifndef VrHPTimerHPP
#define VrHPTimerHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <Windows.hpp> // Pascal unit
#include <ExtCtrls.hpp> // Pascal unit
#include <Classes.hpp> // Pascal unit
#include <SysInit.hpp> // Pascal unit
#include <System.hpp> // Pascal unit
//-- user supplied -----------------------------------------------------------
namespace Vrhptimer
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS THPTimerThread;
class PASCALIMPLEMENTATION THPTimerThread : public Classes::TThread
{
typedef Classes::TThread inherited;
private:
Extended s;
Extended olds;
Classes::TComponent* FOwner;
__int64 NTimes;
Extended FTimePeriod;
bool FEnabled;
void __fastcall SetTimePeriod(const Extended Value);
void __fastcall SetEnabled(const bool Value);
protected:
virtual void __fastcall Execute(void);
void __fastcall DoTimerWatch(void);
public:
__property Extended TimePeriod = {read=FTimePeriod, write=SetTimePeriod};
__property bool Enabled = {read=FEnabled, write=SetEnabled, nodefault};
__fastcall THPTimerThread(Classes::TComponent* AOwner, Classes::TThreadPriority ThreadPriority, Extended
TP);
public:
#pragma option push -w-inl
/* TThread.Destroy */ inline __fastcall virtual ~THPTimerThread(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Vrhptimer */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Vrhptimer;
#endif
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // VrHPTimer
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -