E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
TListBox
【Delphi 基础知识 29】ListBox控件的详细使用
在Delphi中,
TListBox
是一个常用的控件,用于显示项目列表。以下是
TListBox
的一些常见用法:添加项目:使用ListBox.Items.Add方法可以向列表框中添加项目。
南通DXZ
·
2024-02-19 10:38
100天精通Delphi
开发语言
FireMonkey常用控件
常用的FireMonkey控件有:TButton:按钮控件TLabel:标签控件TEdit:文本输入控件
TListBox
:列表框控件TComboBox:组合框控件TProgressBar:进度条控件TTr
叶深深
·
2024-02-03 11:56
Delphi中如何使用TEdit控件和
TListBox
控件组合使用达到TComboBox控件一样的效果呢?
如何用TEdit控件+
TListBox
控件实现和TComboBox控件一样的效果呢?首先:向界面拖一个TEdit控件和
TListBox
控件,将
TListBox
控件放到TEdit控件正下方。
东北熊孩子
·
2024-02-03 11:25
Delphi区
Delphi
TEdit
TListBox
TComboBox
控件
AlphaControls控件TsScrollBox的关联
TListBox
用法
AlphaControls控件TsScrollBox的关联
TListBox
用法AlphaControls控件TsScrollBox,与DelphiAdditional页上TsScrollBox相似,提供水平
lyhoo163
·
2024-02-03 11:55
AlphaControls
三方控件
编程技巧
delphi
TListBox
TListBox
其实是一个相对简单的控件,但是他又是一个在DELPHI中非常有艺术的类.他的继承关系如下:
TListBox
=class(TCustomListBox)=class(TCustomMultiSelectListControl
hzg134679hzg
·
2024-02-03 11:24
TListBox
PythonStudio 控件使用常用方式(五)
TListBox
TListBox
是列表框常用属性columns这个属性默认是0,如果是0,则列表内容为单列,如果框中显示不下,则向下延伸,如下图如果不为0,则说明该列表框中可以显
gxchai
·
2024-02-03 11:23
python
python
【delphi11】delphi基础探索【三、基础组件和事件】
TButton(按钮)2.TLabel(标签)3.TEdit(编辑框)4.TMemo(多行编辑框)5.TComboBox(组合框)6.TCheckBox(复选框)7.TRadioButton(单选按钮)8.
TListBox
Thomas_Lbw
·
2023-12-20 08:41
delphi
windows
microsoft
delphi
取得SQLSERVEREB服务器列表涵数。
functionTForm3.InitFrm:Boolean;beginGetSQLServerList(ListBox1);Result:=True;end;FunctionGetSQLServerList(varList:
TListBox
WuChenCan
·
2020-09-15 13:20
服务器
sqlserver
function
integer
null
list
delphi控件使用
Standard页1-
Tlistbox
控件重要属性items.
jsrgren
·
2020-08-12 17:55
delphi
integer
windows
function
string
dll
Delphi 小谈之TList 篇
看了这里标题,大家可能以为我会谈
TListBox
控件,那就错了。我要谈的是Delphi提供给我们的具有列表性质的类:TstringList、TList和TObjectList。
ninetowns2008
·
2020-08-10 18:16
Delphi 小谈之TList 篇(转)
看了这里标题,大家可能以为我会谈
TListBox
控件,那就错了。我要谈的是Delphi提供给我们的具有列表性质的类:TstringList、TList和TObjectList。
jqandjq
·
2020-08-10 12:37
DELPHI
&
PASCAL
delphi
integer
string
command
delete
exchange
delphi中查找指定文件的例程
Classes,Graphics,Controls,Forms,Dialogs,StdCtrls,FileCtrl;typeTForm1=class(TForm)Button1:TButton;ListBox1:
TListBox
踏雪无痕
·
2020-08-10 04:03
Delphi代码类
Delphi 之 列表框组件(
TListBox
)
TListBox
组件属性AutoComplete设置是否将焦点移到用户键盘输入选项上BorderStyle设置组件是否有边框Canvas提供一个绘图面板。
weixin_30724853
·
2020-08-05 22:27
Delphi(TListView)列表视图组件详解
列表视图与用
TListBox
组件实现的列表框非常相似。不同的是,列表视图可以让用户选择不同的显示方式,诸如大图标方式、小图标方式、简单列表方式和详细列表方式等。
KK.Yip
·
2020-07-24 11:00
ListBox 添加横向滚动条
Delphi的
TListBox
组件会自动添加一个垂直滚动条,即当列表框的高度容纳不下所有的列表条目时,垂直滚动条就自动显示。但是,当条目的宽度大于列表框的宽度时,水平滚动条不会自动显示。
落幕年代
·
2020-07-16 01:32
Delphi
VCL组件开发与应用
delphi控件使用
Standard页1-
Tlistbox
控件重要属性items.
achs24540
·
2020-06-20 23:31
ADO多线程数据库查询
interfaceusesClasses,StdCtrls,ADODB;typeTADOThread=class(TThread)private{Privatedeclarations}FListBox:
TListBox
书搞进脑袋-创新-创造
·
2020-01-09 11:00
由类名获取父类-delphi
procedureTForm1.Button1Click(Sender:TObject);varTName:Tclass;beginListBox1.Clear;RegisterClasses([TButton,TEdit,
TListBox
AIIB69
·
2018-07-22 11:49
delphi
Delphi小谈之TStringList篇
转载自:http://blog.csdn.net/jqandjq/article/details/5429137 看了这里标题,大家可能以为我会谈
TListBox
控件,那就错了。
·
2015-11-11 11:59
String
Delphi之TStrings和TStringLists类
TStrings和TStringLists类 TStrings是一个抽象类,使你可以操纵属于组件(如
TListBox
)的字符串列表。TSt
·
2015-10-31 11:18
String
sortListBox() 对listbox中的整型数据重小到大排序 并返回最小值
//调用 sortListBox (ListBox1); //listbox的项目必须能转换成整型的数值 function sortListBox(ListBox:
TListBox
·
2015-10-31 11:05
listbox
ListBoxAddItems() 不重复添加Edit1
调用 ListBoxAddItems(Edit1,ListBox1); procedure ListBoxAddItems(Edit:TEdit;ListBox:
TListBox
·
2015-10-31 11:05
listbox
动态创建 listbox释放问题
procedure TForm5.FormCreate(Sender: TObject);begin//********** ListBox1:=
TListBox
.Create(self);
·
2015-10-31 11:07
listbox
操作 Wave 文件(10): 输入输出设备与格式支持
Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) ListBox1:
TListBox
·
2015-10-31 10:08
文件
如何把一个文本列表添加到
TListBox
并避免重复项 - 回复 "xnlxw" 的问题
Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) ListBox1:
TListBox
·
2015-10-31 10:54
listbox
学习官方示例 - SysUtils.EncodeDate、EncodeTime、StrToDate、StrToTime、StrToDateTime
Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) ListBox1:
TListBox
·
2015-10-31 10:40
strtotime
delphi 中
Tlistbox
中得到选中的值,删除所选中的值,selected老是点不出来,找到了一个。
procedure TForm1.Add1Click(Sender: TObject); var i:Integer; begin for i :=0 to ListBox1.Count-1 do begin if ListBox1.Selected[i] then ListBox2.Items.Add(ListBox1.Items.Strings[i]); end; ListB
·
2015-10-31 09:45
listbox
Move ListBox Items with the Mouse (Drag and Drop
1,Drop a
TListBox
(named ListBox1) on a form 2,Add
·
2015-10-31 09:02
listbox
为
TListBox
添加水平滚动条
为
TListBox
添加水平滚动条 实例说明
TListBox
组件是一个较为常用的列表组件,在默认情况下该组件是没有水平滚动条的,所以文字过长会显示不完全
·
2015-10-31 08:36
listbox
实用的小对象类,提供与TStringList搭配
不知道是Borland为了偷懒还是为了效率高,很多VCL直接使用TStringList作为成员来管理数据(如:
TListBox
/TStringGrid), 而不是使用专门的Item类型(如:ListView
·
2015-10-30 15:45
String
GdiPlus[25]: IGPInstalledFontCollection: 获取已安装的字体列表
Classes, Graphics, Controls, Forms, Dialogs, StdCtrls; type TForm1 = class(TForm) ListBox1:
TListBox
·
2015-10-27 15:20
Collection
Delphi XE5 for Android (七)
首先在窗体上放置一个TPanel,在其上放置一个
TListBox
充当菜单项,对每一个Item的OnClick事件编写具体的动作。
·
2015-10-27 12:43
android
How to Move ListBox Items with the Mouse
The
TListBox
Delphi component displays a collection of items in a scrollable list.
·
2015-10-21 10:15
listbox
百度输入提示 Delphi 实现
Edt1:TEdit;用于接收用户录入 lbSerach:
TListBox
;用于显示提示列表procedureFillData(DataLst:TStringList );begin......e
vga
·
2015-08-25 10:00
实现
Delphi
百度输入提示
BCB中的TComboBox
前面已经介绍过
TListBox
, 有属性支持用户选择多行(复选),但
TListBox
有一些缺点,就是比较占地方,不用的时候,不能把它给收起来。
stpeace
·
2015-07-26 17:00
BCB中的
TListBox
---如何将滚动行标控制在最后一行?
BCB中的
TListBox
很常见,主要有两种作用: 1.让用户选择,程序来感知用于的选择,并作出反应。 2.用于动态显示信息等。
stpeace
·
2015-07-26 16:00
Inno Setup入门(二十二)——Inno Setup类参考(8)
Pascal脚本中列表框的类由
TlistBox
实现,其定义如下:
TListBox
=
qq173684423
·
2015-02-11 10:00
setup
Inno
The New Virtual List Box in Delphi 6 - lbVirtual lbVirtualOwnerDraw
id=2471&oldal=52 Problem/Question/Abstract:What are the new virtual styles in the
TListbox
for,
·
2014-10-20 14:00
virtual
多线程编程(8) - 多线程同步之 CriticalSection(临界区)
Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:
TListBox
涂孟超
·
2014-09-26 15:00
再学 GDI+[31]: TGPPen - 设置端点连接方式 - SetLineJoin
Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:
TListBox
涂孟超
·
2014-09-26 15:00
Delphi XE2 之 FireMonkey 入门(41) - 控件基础:
TListBox
TScrollBox->TCustomListBox->
TListBox
;其元素项是TListBoxItem类型.
TListBox
的功能在TCustomListBox里就完成了.值得注意的变化是:1、复选框
涂孟超
·
2014-09-26 15:00
操作 Wave 文件(10): 输入输出设备与格式支持
Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:
TListBox
涂孟超
·
2014-09-26 15:00
再学 GDI+[85]: TGPImage(5) - RotateFlip - 旋转与镜像
Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:
TListBox
涂孟超
·
2014-09-26 15:00
Delphi XE2 之 FireMonkey 入门(39) - 控件基础: TScrollBox、TVertScrollBox、TFramedScrollBox、TFramedVertScro...
TScrollBox是不少控件(TMemo、
TListBox
、TStringGrid、TTreeView、TImageViewer等)的基础,所以先学.TVertScrollBox只比TScrollBox
涂孟超
·
2014-09-26 15:00
Delphi XE2 之 FireMonkey 入门(42) - 控件基础: TComboBox、TComboEdit
TListBox
有两个兄弟TComboListBox、TComboEditListBox;TComboBox、TComboEdit虽不是不是从它们继承,但分别包含了它们,所以使用起来都有点像
TListBox
.TComboBox
涂孟超
·
2014-09-26 15:00
再学 GDI+[89]: TGPImage(9) - 图像缩放时的质量(算法)
Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:
TListBox
涂孟超
·
2014-09-26 15:00
再学 GDI+[60]: TGPGraphics.SetSmoothingMode - 绘图质量
Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:
TListBox
涂孟超
·
2014-09-26 15:00
如何把一个文本列表添加到
TListBox
并避免重复项 - 回复 "xnlxw" 的问题
Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:
TListBox
涂孟超
·
2014-09-26 15:00
学习官方示例 - SysUtils.EncodeDate、EncodeTime、StrToDate、StrToTime、StrToDateTime
Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:
TListBox
涂孟超
·
2014-09-26 15:00
GdiPlus[25]: IGPInstalledFontCollection: 获取已安装的字体列表
Variants,Classes,Graphics,Controls,Forms, Dialogs,StdCtrls; type TForm1=class(TForm) ListBox1:
TListBox
涂孟超
·
2014-09-26 15:00
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他