Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - CALL
Search - CALL - List
DELPHI basicCtrl+NUM 直接将光标跳到NUM处,NUM是用Ctrl+Shift+NUM设置的标号。 NUM不能用小键盘。 Ctrl+Home 将光标移至文件头。 Ctrl+End 将光标移至文件尾。 Ctrl+B Buffer List窗口。 Ctrl+I 同Tab键。 Ctrl+M 同Enter键。 Ctrl+N 同Enter键,但光标位置保持不变。 Ctrl+T 删除光标右边的一个单词。 Ctrl+Y 删除光标所在行。 Ctrl+Shift+↑ 光标在函数体内时,将光标快速移至当前函数声明处。 Ctrl+Shift+↓ 光标在函数声明行时,将光标快速移至函数定义处。 Ctrl+Shift+C 声明一个过程或函数后,直接生成过程或函数的名称、begin、end Ctrl+Shift+E 光标在Edit窗口和Explorer窗口间切换。 Ctrl+Shift+G 插入GUID。 Ctrl+Shift+J 弹出Delphi语句提示窗口,选择所需语句将自动完成一条语句。 Ctrl+Shift+T 在光标行加入To-Do注释。 Ctrl+Shift+Y 删除光标之后至本行末尾之间的文本。 Ctrl+F3 Call Stack窗口。 Ctrl+F4 等于File菜单中的Close项。-Delphi shortcuts
Date : 2025-12-24 Size : 2kb User : 小强

人民币大写金额转换程序(修正版v0.0.3) =================================== 1.使用方法: ------------- 将Cash_RMB.dcu放入Delphi安装目录下的Lib中,在uses中加入Cash_RMB, 即可引用CashRMB方法. function CashRMB(CashAmount: Double): String 如: procedure TForm1.Button1Click(Sender: TObject) begin QRLabel1.Caption := CashRMB(Table1.FieldByName( 金额 ).AsFloat) end 结果将传回人民币金额大写字符串. 如果 CashAmount = 0 或数值溢出(超出万亿位),结果返回空串. 2.说明: -------- A.本转换程序最大程度只支持到万亿元(位)的金额数值转换操作.如果你的 转换数值超出此极限,你可以在调用前先行判断数据的合法性,如果没有作预 先判断,转换过程中将引发本单元中自带的错误处理例程. b.该转换结果符合标准金额大写书写格式,零角零分等字样不存在于最终的 转换结果中. c.本转换程序自带数据溢出等数据非法及转换错误等处理例程. d.本程序适用于32位的Delphi版本.-yuan capital conversion rate (revised version v0.0.3) ========= ===================== 1. Use :------------- Cash_RMB.dcu Add to Delphi under the installation directory Lib, in addition Cash_RMB uses. CashRMB methods can be invoked. function CashRMB (CashAmount : Double) : String such as : procedure TForm1.Button1Click (Sender : TObject) begin QRLabel1.Caption : = CashRMB (Table1.FieldByName (amount). AsFloat) end results will be sent back to the amount of capital string yuan. If CashAmount = 0 or numerical overflow (super from 1 trillion), the results are returned empty string. 2. Note :-------- A. The maximum conversion to support only one trillion yuan (at) the amount of numerical conversion. if fruit your conversion value in excess of this limit, you can call before the first data to
Date : 2025-12-24 Size : 3kb User : lj

ADOM+设计篇意在测试com+的事务处理能否正确执行。 将组件安装后,在组件服务中该com+组件的属性设置中将“激活”页的“启用对象池”选项选中,执行客户端程序调用上面这个方法,发现com+的事务机制不能正确执行,数据会写入数据库中。如果不选中“启用对象池”,则一切正常,数据并不会写到数据库中。 说明:Translation DataModule的设置,事务属性:requires a transaction,允许object pooling,pooled设为true,无论将AutoComplete设为True或False都会出现上述情况。 该问题最先由ytwxw (wxw) 提出,至今尚未有结论,我也发现类似问题。我俩探讨后无法解决,特在此再开一贴。请各路com+高手帮忙解答! -ADOM design sections was aimed at testing com business can correct implementation. Components will be installed, Component services in the com component attributes will be set up "activated" page "open object pool" option selected. implementation of client programs call the above, the Panel found com mechanism for proper implementation, data will be included in the database. If not selected "targets of the opening pool", then everything normal, and no data writes database. Note : Translation DataModule settings, the panel attributes : requires a transaction, allowing object pooling. pooled as a true, Regardless of the AutoComplete set to True or False been the case. The issue was first raised by ytwxw (wxw), has yet to be concluded, I also found similar proble
Date : 2025-12-24 Size : 3.84mb User : 张无忌

介绍一个在C#中调用C++Builder编写的DLL的方法,很详细。-Introduction of a C# Call C++ Builder prepared DLL approach, very detailed.
Date : 2025-12-24 Size : 1kb User : weihualin

Borland C++Builder中调用CHM帮助系统的详细方法-Borland C++ Builder call CHM help system detailed methodology
Date : 2025-12-24 Size : 31kb User : 张三

几乎全部API在PowerBuilder中调用的说明-Almost all the API in PowerBuilder call note
Date : 2025-12-24 Size : 2.73mb User :

很好的文章,用于共享软件的注册保护.文章从调用注册流程、验证注册密钥、存储注册验证结果三个方面举例说明了软件正确的注册验证方式,指出了大多数共享软件作者在注册验证代码的编写中常犯的错误,灵活运用文章中的方法,可以最大限度的增加破解工作者的工作量,从而为自己争取更多的正版存活时间-Very good article, for sharing the registration of software protection. Article from the call registration process, verify the registration keys, storage for registration to verify the results of three examples to illustrate the registration of the software to verify the correct way, pointing out that the majority of shareware authors registration verification code in the preparation of the mistakes often, flexible way to use the article, you can minimize the increase in workload to crack, so as to fight for their survival time of more genuine
Date : 2025-12-24 Size : 267kb User : 绝对零度

主要介绍了Delphi中的DLL封装和调用对象技术-Delphi introduces the package and the DLL call Object Technology
Date : 2025-12-24 Size : 527kb User : Liyj

Delphi中的DLL封装和调用对象技术,介绍得非常详细,值得推荐-Delphi in the package and call the DLL object technology, introduced a very detailed, it is recommended
Date : 2025-12-24 Size : 92kb User : 李涛

Delphi中呼叫EJB the source From IBM Site-Call Ejb For Delphi
Date : 2025-12-24 Size : 426kb User : leem

从数据库中调用图片方便你使用图片,有利于美化窗体-Call the image from the database you are using images to facilitate
Date : 2025-12-24 Size : 918kb User : xiao

刘艺的资料:《Delphi中的DLL封装和调用对象技术》-Liu Yi Information: " Delphi' s DLL package and call the object technology,"
Date : 2025-12-24 Size : 93kb User : Leo.Xu

Delphi中的DLL封装和调用对象技术(PDF文件) Delphi中的DLL封装和调用对象技术(PDF文件)-Delphi DLL in the package and call the object technology (PDF file) Delphi DLL in the package and call the object technology (PDF file)
Date : 2025-12-24 Size : 92kb User : lghost2009

用delphi实际dtu调用的demo,在里面可能很清晰的了解到怎么调用dll,dtu所涉及到的功能-Allow phonetic typing Delphi the actual dtu called the demo, which may very clear learned how to call the dll, DTU related to the function
Date : 2025-12-24 Size : 287kb User : 星空

一人以呼叫系统为例子讲解的C++入门书!-One call system as an example explain the C++ of primer!
Date : 2025-12-24 Size : 7.51mb User : zhengchunjia

如何在DELPHI中调用DLL,和编写D-How to call in the DELPHI DLL and write a DLL
Date : 2025-12-24 Size : 12kb User : zhanglu

支持DLL文件,起到调用DLL文件的远程调用!-Support DLL files, remote call call the DLL files!
Date : 2025-12-24 Size : 1kb User : 寸有所长

利用Delphi调用Java Class的方法,封装得很好,而且调用很方便-Call Java Class
Date : 2025-12-24 Size : 13kb User : 红叶

delphi中调用dll中的函数来获得硬盘序列号-delphi dll function call to get the hard disk serial number
Date : 2025-12-24 Size : 236kb User : along

Mathworks公司在Matlab6.5中推出了将Matlab中的.m函数编译为COM组件的工具COM Builder,使用这个工具可以方便的制作出想要的COM组件,以供其它支持COM的编程语言调用,实现Matlab和其他编程语言的整合。-The Mathworks launched in Matlab6.5 m function compiled in Matlab COM component tools COM Builder, use this tool can easily produce desired COM components for other programming language that supports COM call to achieve the integration of Matlab and other programming languages.
Date : 2025-12-24 Size : 305kb User : 文人
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.