TVirtualTreeColumns.IndexChanged Method

Virtual Tree View

Called by a column when its index in the collection changes.

Pascal
procedure IndexChanged(OldIndex: Integer; NewIndex: Integer);
Description

If NewIndex is -1 then the column is about to be removed otherwise it is moved to a new index. The method will then update the position array to reflect the change.

Class
Links
What do you think about this topic? Send feedback!