摘要:注:以下程序在delphi7+oracle9i中测试通过1、首先用delphi编制一个dll程序,当然用vb,vc其它语言也可以,本人最近常用delphi,所以以下dll采用delphi程序编制://////////////////////////////////////////project1.dpr 工程文件library project1;uses sysutils, classes, un......
摘要:unit unit2;interfaceuses windows, messages, sysutils, variants, classes, controls, dialogs, extctrls, shellapi, appevnts, forms;type ifruitinterface = interface [{d4557157-5241-4116-aa1e-87f86a884ea9}......
第一次接触Delphi
第一次上delphi感觉还是不错的,就是自己的英文太差了,里面的很多控件都不认识.
unit unit1; 【程序编程相关:How can I create a t】
初次上机 自己胡乱写了一个可以改变窗体背景色程序. 【推荐阅读:Rtf2Html Convertor
】
uses 【扩展信息:Create a simple Delp】
interface
windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, stdctrls;
type
tform1 = class(tform) button1: tbutton; button2: tbutton; button4: tbutton; button5: tbutton; button6: tbutton; button3: tbutton; procedure button1click(sender: tobject); procedure button2click(sender: tobject); ...
下一页 摘要:学习delphi有一个星期了,delphi是pascal的派生,可是说学过pascal到学起来很容易,当然我学过vb(visual basic),当然相对来说比较熟悉这门语言,可是时间长了不学也忘记了好多,但是学习delphi上手快多了,尤其是我现在学的这本书是关于delphi数据库设计,学习的过程中好多当年学vb时候那些捆绑数据库控件比如:ado等都浮现在脑海中,所以学起来很轻松,但是设计到应用......