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

TCustomdxVTreeViewEdit.OnGetSelectedIndex Event

Occurs when a drop-down tree view looks up the SelectedIndex of a node of a drop-down tree view.

Declaration

property OnGetSelectedIndex: TTVExpandedEvent read; write;

Remarks

Write an OnGetSelectedIndex event handler to change the selected image index of a node of a drop-down tree view before it is drawn.

See Also