当前位置:网站首页>The first cell of devaxpress CXGRID after inserting a row is in focus editing status
The first cell of devaxpress CXGRID after inserting a row is in focus editing status
2022-06-13 01:43:00 【Guoguo】
procedure <AForm>.<ADataSet>AfterInsert(DataSet: TDataSet);
var
I: Integer;
begin
for I := 0 to <AcxGridDBTableView>.VisibleColumnCount - 1 do
if <AcxGridDBTableView>.VisibleColumns[I].Options.Editing then
begin
<AcxGridDBTableView>.VisibleColumns[I].Focused := True;
Break;
end;
end;
边栏推荐
- How to solve practical problems through audience positioning?
- Golang inline mechanism & go development test
- September 3, 2021 visual notes
- About tkinter Canvas does not display pictures
- [wsl2]wsl2 migrate virtual disk file ext4 vhdx
- Happy string
- MySQL - use field alias after where
- dfs与bfs解决宝岛探险
- 【MathType】利用MathType输出LaTex样式的公式
- [Andoid][踩坑]CTS 11_r3开始出现的testBootClassPathAndSystemServerClasspath_nonDuplicateClasses FAIL问题分析
猜你喜欢
Record the VMware installation process of VMware Tools and some problems encountered
Stm32 3*3 matrix key (register version)
Startup, connection and stop of MySQL service
项目实训(十七)---个人工作总结
Developer contributions amd Xilinx Chinese Forum sharing - wisdom of questioning
Summary of various installation methods of Lab View
Uuid/guid introduction, generation rules and generation codes
6、 Implementation of warehouse out management function
Temporary objects and compilation optimization
三、上传织物图片至SQL Server并提供name进行展示织物照片
随机推荐
Tweets movement description and chart display
Explanation and application of prefix sum (one-dimensional, two-dimensional)
[MathType] use MathType to output latex style formula
[从零开始学习FPGA编程-22]:进阶篇 - 架构 - FPGA内部硬件电路的设计与建模
redis
Audiences with similar interests
My crawler learning notes
[Andoid][踩坑]CTS 11_r3开始出现的testBootClassPathAndSystemServerClasspath_nonDuplicateClasses FAIL问题分析
Network communication tcp/ip
Shell command notes
Quickly set the computer to turn off automatically
兴趣相似的受众群体
Uuid/guid introduction, generation rules and generation codes
30: Kakfa simulates JSON data generation and transmission
Stack and queue practice (C language): Demon King's language
路径字段是什么? ——竞价广告
[learn FPGA programming from scratch -21]: Advanced - Architecture - VerilogHDL coding specification
TensorFlow2的Conv1D, Conv2D,Conv3D机器对应的MaxPooling详解
Happy string
numpy多维数组转置transpose