Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

Performance Issue in ElXTree

Hi,

there is a little perfomance issue in ElXTree.pas, function TCustomElXTree.MeasureCellText.

TriggerVirtualTextNeeded is called twice, in my sources in Line 20804 and 20870. The second one isn't necessary, the hole second block from "if HS.Password then" to "TriggerVirtualTextNeeded(Item, ColumnNum, SText);" can be deletet, the password-exception ('*****') should be added to the first block.

Bye

Andre Engelshove

Comments

Sign In or Register to comment.