2008年10月14日 星期二
Listbox控件用法
幸福苹果| 幸福苹果-delphi |18:42:00
(1)添加记录:ListBox1.Add(EditBox1.Text);//添加到末尾(2)插入记录:ListBox1.insert(0,EditBox1.Text);//添加到开头(3)选中的记录号:Rc := ListBox1. CurIndex;//Rc:string;(4)计数:Rn:=ListBox1.count;//Rn:integer;类别:delphi编程 查看评论
Delphi : ListBox拖放编程,拖动编程,拖移项目编程
幸福苹果| 幸福苹果-delphi |17:12:00
//请首先把ListBox.DragMode属性设置成dmAutomatic哦。varForm1: TForm1;Index: Integer;implementation{$R *.dfm}procedure TForm1.ListBox1DragOver(Sender, Source: TObject; X, Y: Integer;State: TDragState; var Accept: Boolean);beginIndex:=TListBox(Source...
Delphi :InputQuery,InputBox用法及区别
幸福苹果| 幸福苹果-delphi |16:44:00
function InputQuery(const ACaption, APrompt: string; var Value: string): Boolean;InputQuery返回值为是否点了OK 输入的字符串放在了变量Value中function InputBox(const ACaption, APrompt, ADefault: string): string;inputBox返回值是字符串,也就是输入的字符...
基于Internet的数据库访问套件及服务程序(支持用户池和数据库连接池)
DELPHI盒子| Delphi盒子 |16:10:00
基于Internet的数据库访问套件及服务程序(支持用户池和数据库连接池) 特点: 1、完全兼容ADODataset的控件开发程序,从TCustomADODataset和TCustomADOConnection类继承,便于已开发的程序改造升级 2、完全的三层架构,Client<>Middle<>Database,提供快速?..
Delphi 2009 DataSnap Sample
CodeGear| CodeGear-CodeCentral Delphi |14:31:53
New DataSnap FrameWork Sample - Application Server - Server Module - Remote Methods - Using DataSets - Client Win32 - Client Web 2.0 VCL For Web (StandAlone and ISAPI)[]'sBruno
Bulk SMS Utility
delphi3000| delphi3000.com |12:00:00
Bulk SMS messaging application facilitates companies, clubs and organizations to send group SMS about job alerts, business news, greeting etc to communicate with their clients and employees. Mass SMS broadcasting utility composes and sends unlimit...
复制动态数组
万一| 万一的 Delphi 博客 |10:38:00
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) Button1: TButton; procedure FormCreate(Sender: TObject); procedure Button1Clic...
Mac OS X Doc Launcher Simulator - Fancy Delphi Application Contest Entry #43
About.com| About.com Delphi Programming |02:36:23
in FDAC :: The Dock is feature of the GUI of Apple's Mac OS X operating system, which is used to launch applications, and switch between running applications. "McLauncher" is...





冀公网安备 13098202000212号