?? ctoolbox.hpp
字號(hào):
// Borland C++ Builder
// Copyright (c) 1995, 1998 by Borland International
// All rights reserved
// (DO NOT EDIT: machine generated header) 'CToolBox.pas' rev: 3.00
#ifndef CToolBoxHPP
#define CToolBoxHPP
#include <Windows.hpp>
#include <SysUtils.hpp>
#include <SysInit.hpp>
#include <System.hpp>
//-- user supplied -----------------------------------------------------------
namespace Ctoolbox
{
//-- type declarations -------------------------------------------------------
//-- var, const, procedure ---------------------------------------------------
extern PACKAGE System::AnsiString __fastcall Num2CNum(double dblArabic);
extern PACKAGE System::AnsiString __fastcall Num2BCNum(double dblArabic);
extern PACKAGE bool __fastcall CNum2Num(System::AnsiString sChineseNum, double &dblArabic);
extern PACKAGE bool __fastcall BCNum2Num(System::AnsiString sChineseNum, double &dblArabic);
extern PACKAGE bool __fastcall CheckDate(const System::AnsiString sCheckedDateString);
extern PACKAGE System::AnsiString __fastcall GetToday();
extern PACKAGE int __fastcall GetStrokes(System::AnsiString ADBCSWord);
} /* namespace Ctoolbox */
#if !defined(NO_IMPLICIT_NAMESPACE_USE)
using namespace Ctoolbox;
#endif
//-- end unit ----------------------------------------------------------------
#endif // CToolBox
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -