Запретить Hint в TTreeView

Previous  Top  Next

    
 

 

 

Code:

const

TVS_NOTOOLTIPS = $80;

begin

with treeview1 do

   SetWindowLong(Handle, GWL_STYLE,

                 GetWindowLong(Handle, GWL_STYLE)

                 or TVS_NOTOOLTIPS);

end;

 

©Drkb::00639