aceds.hpp
来自「suite component ace report」· HPP 代码 · 共 56 行
HPP
56 行
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'AceDS.pas' rev: 3.00
#ifndef AceDSHPP
#define AceDSHPP
#include <Classes.hpp>
#include <DBTables.hpp>
#include <Db.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Aceds
{
//-- type declarations -------------------------------------------------------
class DELPHICLASS TAceDataSource;
class PASCALIMPLEMENTATION TAceDataSource : public System::TObject
{
typedef System::TObject inherited;
public:
Db::TDataSource* DataSource;
bool CloseDataSource;
bool UnableToActivate;
__fastcall virtual TAceDataSource(Db::TDataSource* DS);
__fastcall virtual ~TAceDataSource(void);
void __fastcall CloseSource(void);
bool __fastcall OpenSource(void);
};
class DELPHICLASS TAceDataSourceManager;
class PASCALIMPLEMENTATION TAceDataSourceManager : public System::TObject
{
typedef System::TObject inherited;
public:
Classes::TList* DSList;
__fastcall virtual TAceDataSourceManager(void);
__fastcall virtual ~TAceDataSourceManager(void);
void __fastcall CloseDataSources(void);
bool __fastcall ActivateDataSource(Db::TDataSource* DS);
};
//-- var, const, procedure ---------------------------------------------------
} /* namespace Aceds */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Aceds;
#endif
//-- end unit ----------------------------------------------------------------
#endif // AceDS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?