fcdbcommon.hpp
上传用户:hylc_2004
上传日期:2014-01-23
资源大小:46800k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1999 by Borland International
  3. // All rights reserved
  4. // (DO NOT EDIT: machine generated header) 'fcDBCommon.pas' rev: 5.00
  5. #ifndef fcDBCommonHPP
  6. #define fcDBCommonHPP
  7. #pragma delphiheader begin
  8. #pragma option push -w-
  9. #pragma option push -Vx
  10. #include <TypInfo.hpp> // Pascal unit
  11. #include <Classes.hpp> // Pascal unit
  12. #include <DB.hpp> // Pascal unit
  13. #include <SysInit.hpp> // Pascal unit
  14. #include <System.hpp> // Pascal unit
  15. //-- user supplied -----------------------------------------------------------
  16. namespace Fcdbcommon
  17. {
  18. //-- type declarations -------------------------------------------------------
  19. //-- var, const, procedure ---------------------------------------------------
  20. extern PACKAGE Db::TDataSource* __fastcall fcGetControlDataSource(Classes::TComponent* ctrl);
  21. extern PACKAGE Db::TDataSource* __fastcall fcGetControlMasterSource(Classes::TComponent* ctrl);
  22. extern PACKAGE Db::TDataSet* __fastcall fcGetControlMasterDataSet(Classes::TComponent* ctrl);
  23. extern PACKAGE bool __fastcall fcSetSQLProp(Db::TDataSet* ctrl, Classes::TStrings* sql);
  24. extern PACKAGE bool __fastcall fcSetDatabaseName(Db::TDataSet* ctrl, AnsiString df);
  25. extern PACKAGE AnsiString __fastcall fcGetDatabaseName(Db::TDataSet* dataSet);
  26. extern PACKAGE AnsiString __fastcall fcGetTableName(Db::TDataSet* dataSet);
  27. extern PACKAGE Db::TParams* __fastcall fcGetParamsProp(Db::TDataSet* ctrl);
  28. extern PACKAGE bool __fastcall fcSetParamsProp(Db::TDataSet* ctrl, Db::TParams* Params);
  29. } /* namespace Fcdbcommon */
  30. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  31. using namespace Fcdbcommon;
  32. #endif
  33. #pragma option pop // -w-
  34. #pragma option pop // -Vx
  35. #pragma delphiheader end.
  36. //-- end unit ----------------------------------------------------------------
  37. #endif // fcDBCommon