Table of Contents

TLineArrow Record

Describes an arrow at the end of a line. This struct is immutable.

Syntax

Unit: FlexCel.Core

TLineArrow = record;

Methods

Name Description
Create Creates a new arrow.
CompareTo Returns -1, 0 or 1 depending if the objects is smaller, equal or bigger than the other.

Operators

Name Description
Equality Adapts the = operator so it returns true when both instances have the same values.
Inequality Adapts the <> operator so it returns true when both instances have different values.
GreaterThan Adapts the > operator so it returns true when the first parameter is bigger than the second.
LessThan Adapts the < operator so it returns true when the first parameter is smaller than the second.

Properties

Name Description
Style Style of the arrow.
Len Length of the arrow.
Width Width of the arrow.
None Returns a shared instance with no arrow.