Skip to main content
You are viewing help content for a version that is no longer maintained/updated.

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