论坛


2009年2月27日 星期五

Latin America Delphi Con I - Actualizador por Web services

CodeGear| CodeGear-CodeCentral Delphi |16:43:42

Actualizador de aplicaciones controlado por un web service usado como ejemplo de la presentacion "Integracion de aplicaciones a treves de web services con Delphi" Usa Interbase, Delphi 2009 (w32) y el Web service esta compilado c...

理顺 JavaScript (10) - Math 类

万一| 万一的 Delphi 博客 |16:32:00

Math 和其他类不同, 它没有建立方法(不能这样使用: new Math()), 它的所有方法都是静态的(都得挂名调用).Math.abs; //绝对值 Math.max; //两个数中的大者 Math.min; //两个数中的小者 Math.random; //随机数 Math.round; //四舍五入 Math.ceil; //上舍入...

理顺 JavaScript (9) - Date 类

万一| 万一的 Delphi 博客 |15:16:00

常用计时: UTC(世界标准时间)、GMT(格林威治时间)、本地时间.相关函数纵览//全局函数 Date //Date 类的静态方法 Date.parse Date.UTC //Date 对象的建立方法 new Date() new Date(毫秒数) new Date(标准时间格式字符串) new Date(年, 月, 日, 时, 分, 秒, 毫秒) /...

获取指定地址的 JPG 图片 - 回复 "bangrj" 的问题

万一| 万一的 Delphi 博客 |14:12:00

问题来源:http://www.cnblogs.com/del/archive/2009/02/27/1370907.html#1463071本例效果图:代码文件:unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, IdBaseComponent, IdComponent, IdTCP...

AlphaControls Lite Edition v6.13

CodeGear| CodeGear-CodeCentral Delphi |07:14:18

AlphaControls Lite Edition is a part of the AlphaControls package which can work without any limitations in Delphi 5/6/7/2005/2006/2007/2009 and C++ Builder 6/2006/2007/2009 under Windows XP and newer. By using these components you can see the bas...

Creating a Delphi Form from a String (Form’s Name)

About.com| About.com Delphi Programming |02:00:25

Delphi Forms :: Suppose you have a bunch of forms in your application (like you probably do). Of course, much of those forms get created dynamically at run time...

2009年2月26日 星期四

理顺 JavaScript (8) - 布尔相关问题

万一| 万一的 Delphi 博客 |23:14:00

基本使用var b; b = true; alert(b); //true b = new Boolean(false); alert(b); //false b = 2 > 1; alert(b); //true b = 21; alert(b); //false转换到布尔var b; b = Boolean(123); alert(b); //true b = Bool...

理顺 JavaScript (7) - 数字相关问题

万一| 万一的 Delphi 博客 |21:17:00

数字类型变量与数字对象变量var N, n; N = new Number(123); //数字对象变量 n = 321; //数字类型变量, 也可以使用 Number 类的方法 alert(N); //123 alert(n); //321有趣的 Number.toString() 方法var str, n = 65535; str = n.toString(); alert(str);...

理顺 JavaScript (6) - 关于字符串的其他问题

万一| 万一的 Delphi 博客 |17:11:00

可以使用单引号或双引号alert("万一的 'Delphi' 博客"); //万一的 'Delphi' 博客 alert('万一的 "Delphi" 博客'); //万一的 "Delphi" 博客转义字符/* \x 与 \u 分别跟 2 位和 4 位十六进制数, 可转换为一个字符; ECMAScript 标准不再支持八进制 */ alert('\x41'); ...

理顺 JavaScript (5) - 符合 ECMAScript 标准的字符串函数

万一| 万一的 Delphi 博客 |14:29:00

这包括:charAt charCodeAt concat fromCharCode //String 类中的唯一静态函数 indexOf lastIndexOf length //String 类中的唯一的属性 localeCompare slice substr substring toUpperCase toLowerCase toLocaleUpperCase toLocaleLowerCase split toString v...

BCS Delphi 2009 Form To Component

CodeGear| CodeGear-CodeCentral Delphi |12:45:59

This application creates a component, component package and test vehicle for any existing Delphi form.Maintenance Log02/14/2009 - Initial Release02/26/2009 - Updated Video and Source Code Links

Hard Disk Data Eraser

delphi3000| delphi3000.com |12:00:00

Data eraser tool permanently wipes disk files

Using RTTI in Delphi - Runtime Type Information Unleashed

About.com| About.com Delphi Programming |03:00:29

Delphi OOP :: Delphi provided Runtime Type Information (RTTI) more than a decade ago. Yet even today many developers aren't fully aware of its risks and benefits. This article provides...

DynamicSkinForm v. 10.27

CodeGear| CodeGear-CodeCentral Delphi |00:39:47

DynamicSkinForm VCL library help you to create applications with skins. Skins support for forms, menus, hints, many standard and non-standard original controls. Skins with many objects, effects help you to create standard and non-standard cool ap...

BusinessSkinForm v. 7.27

CodeGear| CodeGear-CodeCentral Delphi |00:35:38

BusinessSkinForm VCL library help you to create applications with skins support for forms, menus, hints, many standard and DB controls. You can create your skins with special editor. Develop your business applications with BusinessSkinForm VCL!Fea...

« 上一页

下一页 »