RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GraphUtil.TArrowType Enumeration

Specifies the arrow type.

Pascal
TArrowType = (
  atSolid,
  atArrows
);
C++
enum TArrowType {
  atSolid,
  atArrows
};

TArrowType is used to specify type of the arrow drawn by the DrawArrow routine. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!