码迷,mamicode.com
首页 >  
搜索关键字:delphi xe7    ( 4680个结果
delphi实现起泡提示效果
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
分类:Windows程序   时间:2020-07-17 19:24:12    阅读次数:186
delphi实现起泡提示效果
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
分类:Windows程序   时间:2020-07-17 16:21:43    阅读次数:83
Delphi 错误提示: Unknown picture file extension (.jpg)
Delphi 错误提示: Unknown picture file extension (.jpg) 翻译:未知的图片文件扩展名(.jpg) 解决方法: uses JPEG; 创建时间:2020.07.13 更新时间: ...
分类:Windows程序   时间:2020-07-13 12:08:12    阅读次数:105
Delphi Leftstr,Rightstr函数应用
需要引用strUtils unit Unit1; interface uses Windows, StrUtils,Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TF ...
分类:Windows程序   时间:2020-07-08 01:24:23    阅读次数:102
自己收集的几个比较实用的Delphi字符串函数
自己收集的几个比较实用的字符串函数(LeftStr,MidStr,RightStr,Reverse,LastPos) 没什么可说的,自己看啦 //从右边取 function RightStr (Const Str: String; Size: Word): String; begin if Size ...
分类:Windows程序   时间:2020-07-08 00:54:47    阅读次数:75
增强Delphi的TStatusBar控件
Delphi所提供的TStatusBar可视化控件可以让我们快速地实现状态条。然而Delphi自带的TStatusBar创建的状态条仅能显示文字。本文介绍如何在Delphi程序中创建更为漂亮的StatusBar。要创建类似Netscape风格的状态条,现有的Delphi控件是无能为力的了。为了让窗口状态条能包含非文本内容,我们需要对现有的TStatusBar控件加以改进。在TStatusBar控件
分类:Windows程序   时间:2020-07-06 16:42:50    阅读次数:88
Delphi疑难杂症之:Outof system resources
不停的往Memo中输出文本信息,满1000行就clear运行大概一分多钟就会出错,捕捉到的出错信息如下:Outof system resourcesTScrollingStyleHook.TScrollWindow:句柄无效TScrollingStyleHook.TScrollWindow:拒绝访问 ...
分类:Windows程序   时间:2020-07-06 15:56:39    阅读次数:137
Delphi 判断字符串是否是数字、大小字母、小写字母、纯字母组成
Delphi 判断字符串是否是数字、大小字母、小写字母、纯字母组成 //判断字符串是否是数字 ,返回布尔值 function IsNumberic(Vaule:String):Boolean; var i:integer; begin result:=true; //设置返回值为 是(真) Vaul ...
分类:Windows程序   时间:2020-07-06 14:39:09    阅读次数:90
临界区对象TCriticalSection(Delphi) 与 TRtlCriticalSection 的区别(转)
临界区对象TCriticalSection(Delphi) 与 TRtlCriticalSection 的区别 TRtlCriticalSection 是一个结构体,在windows单元中定义;是InitializeCriticalSection,EnterCriticalSection,Leave ...
分类:Windows程序   时间:2020-07-06 10:30:45    阅读次数:72
DELPHI常用类型及定义单元
Controls Application (the variable not a type) Forms Beep SysUtils or Windows (different functions) CGID_EXPLORER ShlObj CN_BASE Controls CoInitialize ...
分类:Windows程序   时间:2020-07-03 15:21:59    阅读次数:129
4680条   上一页 1 ... 6 7 8 9 10 ... 468 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!