Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想让用户自己在运行时在列编辑器中更改 TDBGrid 列的属性,然后保存列属性(字体名称、字体大小、列宽等)。我需要在运行时显示 TDBGrid 列编辑器。
这是不可能的,因为该编辑器是不可再分发的仅设计时包的一部分。如果您想这样做,您需要找到第三方替代品(您不能在这里询问)或自己编写。