当前位置:网站首页>Delphi implements adding a column of serial number to the CXGRID list
Delphi implements adding a column of serial number to the CXGRID list
2022-06-13 01:43:00 【Guoguo】
stay Cxgrid There is OnGetDisplayText() event , This time can be completed in Cxgrid Add a column number to the table , The sequence number in this column will not change according to the sorting change .
procedure TForm1.cxGrid1DBTableView1Column1GetDisplayText(
Sender: TcxCustomGridTableItem; ARecord: TcxCustomGridRecord;
var AText: string);
begin
atext:=inttostr(arecord.Index);
end;
stay Cxgrid There is OnGetDataText() event , This time can be completed in Cxgrid Add a column number to the table , The sequence number of this column will change according to the sorting change
procedure TForm1.cxGrid1DBTableView1Column1GetDataText(
Sender: TcxCustomGridTableItem; ARecordIndex: Integer; var AText: string);
begin
atext:=inttostr(arecord.Index);
end;
边栏推荐
- Network communication tcp/ip
- Idea installation tutorial
- Developer contributions amd Xilinx Chinese Forum sharing - wisdom of questioning
- MySQL connection query
- Getting started with phaser 3
- How many smart bids does Google have?
- Explanation and application of prefix sum (one-dimensional, two-dimensional)
- Super complete regular expressions
- Run Presto under docker to access redis and Bi presentation
- What is the path field—— Competitive advertising
猜你喜欢

六、出库管理功能的实现
![[andoid][step pit]cts 11_ Testbootclasspathandsystemserverclasspath at the beginning of R3_ Analysis of nonduplicateclasses fail](/img/b5/7ea603775dc0448368d209de037a43.png)
[andoid][step pit]cts 11_ Testbootclasspathandsystemserverclasspath at the beginning of R3_ Analysis of nonduplicateclasses fail

Use koa to mock data and set cross domain issues

numpy多维数组转置transpose

MySQL performance optimization

Database query user mailbox
![[WSL2]WSL2迁移虚拟磁盘文件ext4.vhdx](/img/e9/4e08e07c2de2f99c2938e79f7f1c44.png)
[WSL2]WSL2迁移虚拟磁盘文件ext4.vhdx

What is Google plus large text ads? How to use it?

谷歌的受众群体是如何发挥作用的?

Record the VMware installation process of VMware Tools and some problems encountered
随机推荐
How to solve practical problems through audience positioning?
Anims of phaser3
What is solid angle
[从零开始学习FPGA编程-22]:进阶篇 - 架构 - FPGA内部硬件电路的设计与建模
项目实训(十七)---个人工作总结
csdn涨薪技术之Jmeter接口测试数据库断言的实现与设计
Service creation and operation example of ROS
指针链表的实现
Mysql database listening -canal
Large end storage and small end storage
Quickly set the computer to turn off automatically
如何利用您的自有数据来实现营销目标?
Leetcode question 20
STM32 3*3矩阵按键(寄存器版本)
三、上传织物图片至SQL Server并提供name进行展示织物照片
Spit bubbles (stack)
About constructive code blocks, static code blocks, and constructor execution order
Sliding window summary of TCP connections
Project training (XVII) -- personal work summary
Plumber game