RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Outline.TOutlineType Enumeration

TOutlineType indicates whether an outline is owner-drawn.

Pascal
TOutlineType = (
  otStandard,
  otOwnerDraw
);
C++
enum TOutlineType {
  otStandard,
  otOwnerDraw
};

Outline

TOutlineType determines whether an outline is drawn automatically or by user code in an OnDrawItem event.

Value 
Meaning 
otStandardItems  
Items are drawn automatically.  
otOwnerDraw  
Items are drawn on the Canvas by application code.  

 

TCustomOutline 

TCustomOutline

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!