会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Li Essay
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
16
17
18
19
20
21
22
下一页
2017年7月19日
Delphi避免重复打开窗体
摘要: 取消自动创建窗体
阅读全文
posted @ 2017-07-19 09:12 liessay
阅读(1107)
评论(0)
推荐(0)
2017年7月18日
TlistView基本使用
摘要: //增加 procedure TForm1.Button1Click(Sender: TObject); var lsItem: TListItem; begin lsItem := ListView1.Items.Add; lsItem.Caption := VarToStr(ListView1.
阅读全文
posted @ 2017-07-18 18:06 liessay
阅读(824)
评论(0)
推荐(0)
2017年7月17日
RzCheckTree基本使用
摘要:
阅读全文
posted @ 2017-07-17 14:50 liessay
阅读(1008)
评论(0)
推荐(0)
2017年7月15日
数字转换大写人民币的delphi实现
摘要:
阅读全文
posted @ 2017-07-15 20:10 liessay
阅读(699)
评论(0)
推荐(0)
2017年7月5日
dxCalloutPopup 简单使用教程
摘要: Panel1.Visible := False; // 设置panel初始不显示 dxCalloutPopup1.PopupControl := Panel1; // 设置弹出窗口内容为哪个控件 dxCalloutPopup1.Popup(Button1); // 弹出自定义窗口 设计窗口 运行效果
阅读全文
posted @ 2017-07-05 11:02 liessay
阅读(1236)
评论(0)
推荐(0)
2017年7月4日
Delphi INI文件保存与读取
摘要: 界面效果
阅读全文
posted @ 2017-07-04 20:23 liessay
阅读(5565)
评论(0)
推荐(0)
2017年7月3日
AlertWindowManager 弹出提示窗口使用帮助(下)
摘要: //显示消息提示框 //function TdxAlertWindowManager.Show(const ACaption, AText: string; AImageIndex: TcxImageIndex = -1): TdxAlertWindow; //ACaption显示标题 //ATex
阅读全文
posted @ 2017-07-03 23:49 liessay
阅读(1036)
评论(0)
推荐(0)
AlertWindowManager 弹出提示窗口使用帮助(上)
摘要: LookAndFeel(界面外观): NativeStyle:本地化界面为真实用系统内置外观 SkinName:本地化界面(NativeStyle:)设置为假可使用皮肤外观 OptionAnimate(动画选项): AlphaBlendValue:提示窗口默认透明度 CollapseEmptySlo
阅读全文
posted @ 2017-07-03 22:26 liessay
阅读(1150)
评论(0)
推荐(0)
dxRatingControl使用
摘要: Properties AllowHover:是否鼠标滑动选择 CheckedGlyph:选中后显示的图像 Glyph:显示的图像 HoverGlyph:鼠标滑动时显示的图像 ItemCount:项目总数 ReverseDirection:反向选择 Rating:设置及获取选中的个数 控件效果
阅读全文
posted @ 2017-07-03 16:36 liessay
阅读(647)
评论(0)
推荐(0)
dxRangeTrackBar使用教程
摘要: Properties: Max:最大值 Min:最小值 Frequency:设置刻度值多大值显示PageSize:选择时跳动的区域大小 SelectionColor:选择区域颜色 ShowSelection:是否显示选择区域 ShowTicks:是否显示刻度 ShowTrack:是否显示中间选择区域
阅读全文
posted @ 2017-07-03 16:23 liessay
阅读(708)
评论(0)
推荐(0)
上一页
1
···
16
17
18
19
20
21
22
下一页
公告