uprint.hpp

来自「中式财务栏 表格式录入 运行时设置可显示列、列名、列宽」· HPP 代码 · 共 41 行

HPP
41
字号
// Borland C++ Builder
// Copyright (c) 1995, 2005 by Borland Software Corporation
// All rights reserved

// (DO NOT EDIT: machine generated header) 'Uprint.pas' rev: 10.00

#ifndef UprintHPP
#define UprintHPP

#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 <Dbgrideh.hpp>	// Pascal unit
#include <Prndbgeh.hpp>	// Pascal unit
#include <Sysutils.hpp>	// Pascal unit
#include <Graphics.hpp>	// Pascal unit
#include <Forms.hpp>	// Pascal unit
#include <Printers.hpp>	// Pascal unit
#include <Windows.hpp>	// Pascal unit

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

namespace Uprint
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE void __fastcall Prnt(Dbgrideh::TDBGridEh* AGrid, Forms::TForm* AOwner, AnsiString APageHeader = "", Prndbgeh::TPageColontitleLineType ALineType = (Prndbgeh::TPageColontitleLineType)(0x0));

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

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

⌨️ 快捷键说明

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