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.
如何启用执行 proram 时默认禁用的 dbNavigator。但是它的 enable 属性是真的吗?我已经设置了数据源属性。我还需要什么?
为属性分配一个数据源TDBNavigator.DataSource。此类数据源必须通过DataSet属性链接到数据集,并且必须打开该数据集。如果所有这些都完成了,导航器将按预期工作。
TDBNavigator.DataSource
DataSet