当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: unit Unit1; interface
 

 

    摘要:delphi中scriptcontrol的高级应用(一) 在我们的windows系统里提供了一个叫scriptcontrol的ocx组件,我们可以用这个组件来实现脚本故事世界的精彩。 1、创建scriptcontrol组件服务 首先,我们来看一下该组件都有哪些方法和属性。如图001,002。 图001 图002 接着,我们用del......
 ·delphi编写数据库程序要点     »显示摘要«
    摘要: delphi是著名的borland公司开发的可视化软件开发工具。有这样一句话最为经典、贴切的描述了delphi——“真正的程序员用c,聪明的程序员用delphi”。很多人把delphi称为是第四代编程语言,它具有简单、高效、功能强大等特点。和visual c++比较,delphi更简单、更易于学习掌握,而在功能上却毫不逊色;和visual basi......


实现窗口从实变透明到消失这是一个例子
unit unit1; interface uses windows, messages, sysutils, variants, classes, graphics, controls, forms, dialogs, stdctrls, extctrls; type tform1 = class(tform) timer1: ttimer; procedure formcreate(sender: tobject); procedure timer1timer(sender: tobject); private { private declarations } public { public declarations } end; const ws_ex_layered = $00080000; lma_colorkey = $00000001; lma_alpha = $00000002; var form1: tform1; step: integer; implementation {$r *.dfm} procedure tform1.formcreate(sender: t
...   下一页
 ·delphi-object pascal语言     »显示摘要«
    摘要:一、数据类型:(1) 基本数据类型: a、 整数类型: (通用类型<32位>:integer-有符号;cardinal-无符号) 具体: 有符号:shortint<8位>,smallint<16位>,longint<32位 > 无符号:byte<8位>,word<16位>,longiword<32位 > b、字符类......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE