📄 qm_pdataset.hpp
字号:
// Borland C++ Builder
// Copyright (c) 1995, 2002 by Borland Software Corporation
// All rights reserved
// (DO NOT EDIT: machine generated header) 'QM_PDataSet.pas' rev: 6.00
#ifndef QM_PDataSetHPP
#define QM_PDataSetHPP
#pragma delphiheader begin
#pragma option push -w-
#pragma option push -Vx
#include <DB.hpp> // Pascal unit
#include <QM_RConsole.hpp> // Pascal unit
#include <Grids.hpp> // Pascal unit
#include <Controls.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 Qm_pdataset
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TQMPrintDataSet;
class PASCALIMPLEMENTATION TQMPrintDataSet : public Qm_rconsole::TQMDataReport
{
typedef Qm_rconsole::TQMDataReport inherited;
protected:
virtual void __fastcall DrawReport(void);
virtual int __fastcall GetRecordCount(void);
public:
void __fastcall LoadColumnSetting(void);
bool __fastcall ColumnSetup(void);
__published:
__property DataSet ;
public:
#pragma option push -w-inl
/* TQMDataReport.Create */ inline __fastcall virtual TQMPrintDataSet(Classes::TComponent* AOwner) : Qm_rconsole::TQMDataReport(AOwner) { }
#pragma option pop
#pragma option push -w-inl
/* TQMDataReport.Destroy */ inline __fastcall virtual ~TQMPrintDataSet(void) { }
#pragma option pop
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Qm_pdataset */
using namespace Qm_pdataset;
#pragma option pop // -w-
#pragma option pop // -Vx
#pragma delphiheader end.
//-- end unit ----------------------------------------------------------------
#endif // QM_PDataSet
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -