问题描述
有一个目标程序由delphi / pascal编写,该应用程序有一个VCL控件TDBGrid,这个控件视图非常类似于win32标准列表框。
I我正在尝试编写一些代码来访问TDBGrid控件中的信息。包括列信息,行项。使用c / c ++。
我尝试过:
我使用Enumwindows / EnumChildWindows查找应用程序和TDBGrid控件。我不知道如何访问TDBGrid控件信息(列信息和行项)
There is a target program written by delphi/pascal, the application has a VCL control TDBGrid, this control view is very simliar to win32 standard listbox.
I'm trying to write some code to access the info from the TDBGrid control. including the column information , the row items. using c/c++.
What I have tried:
I use the Enumwindows/EnumChildWindows to find the application and the TDBGrid control. I don't know how to access the TDBGrid control info ( the column info and row items)
推荐答案
这篇关于如何使用C / C ++访问tdbgrid(delphi VCL控件)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!