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

Delphi控件源码

开发平台:

Delphi

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 2002 by Borland Software Corporation
  3. // All rights reserved
  4. // (DO NOT EDIT: machine generated header) 'fcDBCommon.pas' rev: 6.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. #pragma error Unsupported symbol type (23, fcDBCommon)
  21. extern PACKAGE Db::TDataSource* __fastcall fcGetControlDataSource(Classes::TComponent* ctrl);
  22. extern PACKAGE Db::TDataSource* __fastcall fcGetControlMasterSource(Classes::TComponent* ctrl);
  23. extern PACKAGE Db::TDataSet* __fastcall fcGetControlMasterDataSet(Classes::TComponent* ctrl);
  24. extern PACKAGE bool __fastcall fcSetSQLProp(Db::TDataSet* ctrl, Classes::TStrings* sql);
  25. extern PACKAGE bool __fastcall fcSetDatabaseName(Db::TDataSet* ctrl, AnsiString df);
  26. extern PACKAGE AnsiString __fastcall fcGetDatabaseName(Db::TDataSet* dataSet);
  27. extern PACKAGE AnsiString __fastcall fcGetTableName(Db::TDataSet* dataSet);
  28. extern PACKAGE Db::TParams* __fastcall fcGetParamsProp(Db::TDataSet* ctrl);
  29. extern PACKAGE bool __fastcall fcSetParamsProp(Db::TDataSet* ctrl, Db::TParams* Params);
  30. } /* namespace Fcdbcommon */
  31. using namespace Fcdbcommon;
  32. #pragma option pop // -w-
  33. #pragma option pop // -Vx
  34. #pragma delphiheader end.
  35. //-- end unit ----------------------------------------------------------------
  36. #endif // fcDBCommon