TdxDBTreeView.GotoKeyFieldValue(Variant) Method
Allows you to move to a particular DBTreeNode Item.
Declaration
procedure GotoKeyFieldValue(Value: Variant);
Parameters
Name | Type |
---|---|
Value | Variant |
Remarks
Call GotoKeyFieldValue to navigate to a dxDBTreeNode Item whose KeyValue is equal to Value.
See Also