2. 还有这些代码帮助没有说明,在那里有这方面资料。
Dim tb As Table = Tables("表A")
For Each a As OBJECT In tb.Grid.Parent.controls
For Each a1 As OBJECT In a.controls
If a1.text = "加载树"
a1.CanCloseTabs = False '取消关闭按钮
a1.CanAutoHide = False '是否自动隐藏
'a1.ShowCaption = True '是否显示标题
a1.parent.Dock = 4
Return
End If
Next
Next