TVTHintData Record

Virtual Tree View

Not documented.

Pascal
TVTHintData = record
  Tree: TBaseVirtualTree;
  Node: PVirtualNode;
  Column: TColumnIndex;
  HintRect: TRect;
  DefaultHint: WideString;
  HintText: WideString;
  BidiMode: TBidiMode;
  Alignment: TAlignment;
  LineBreakStyle: TVTToolTipLineBreakStyle;
  end;
Description

Use other resources like the news group or the Delphi Gems message board to find a description.

Members
Members 
Description 
HintRect: TRect; 
used for draw trees only, string trees get the size from the hint string 
DefaultHint: WideString; 
used only if there is no node specific hint string available or a header hint is about to appear 
HintText: WideString; 
set when size of the hint window is calculated 
Group
File

VirtualTrees

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