TBaseVirtualTree.DetermineHitPositionLTR Method

Virtual Tree View

Determines the hit position within a node with left-to-right and right-to-left orientation.

Pascal
procedure DetermineHitPositionLTR(var HitInfo: THitInfo; Offset: Integer; Right: Integer; Alignment: TAlignment); virtual;
procedure DetermineHitPositionRTL(var HitInfo: THitInfo; Offset: Integer; Right: Integer; Alignment: TAlignment); virtual;
Description

This method, together with its counter part DetermineHitPositionRTL, is used in the process of figuring out where the a given position is located in relation to a node.

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