Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFcaType Enum

Enumerates available connection arrow shapes.

#Declaration

Delphi
TdxFcaType = (
    fcaNone,
    fcaArrow,
    fcaEllipse,
    fcaRectangle,
    fcaClosedASMEarrow,
    fcaFilledASMEarrow,
    fcaClosedArrow,
    fcaFilledArrow,
    fcaIndentedClosedArrow,
    fcaIndentedFilledArrow,
    fcaOutdentedClosedArrow,
    fcaOutdentedFilledArrow,
    fcaClosedDoubleArrow,
    fcaFilledDoubleArrow,
    fcaDiamond,
    fcaFilledDiamond,
    fcaClosedDiamond,
    fcaFilledClosedDiamond,
    fcaDimensionLine,
    fcaBackslash,
    fcaOpenOneDash,
    fcaOpenTwoDash,
    fcaOpenThreeDash,
    fcaClosedOneDash,
    fcaClosedTwoDash,
    fcaClosedThreeDash,
    fcaFilledOneDash,
    fcaFilledTwoDash,
    fcaFilledThreeDash
);

#Members

Name
fcaNone
fcaArrow
fcaEllipse
fcaRectangle
fcaClosedASMEarrow
fcaFilledASMEarrow
fcaClosedArrow
fcaFilledArrow
fcaIndentedClosedArrow
fcaIndentedFilledArrow
fcaOutdentedClosedArrow
fcaOutdentedFilledArrow
fcaClosedDoubleArrow
fcaFilledDoubleArrow
fcaDiamond
fcaFilledDiamond
fcaClosedDiamond
fcaFilledClosedDiamond
fcaDimensionLine
fcaBackslash
fcaOpenOneDash
fcaOpenTwoDash
fcaOpenThreeDash
fcaClosedOneDash
fcaClosedTwoDash
fcaClosedThreeDash
fcaFilledOneDash
fcaFilledTwoDash
fcaFilledThreeDash

#Remarks

Options include:

Value

Description

Picture

Simple Arrows

fcaNone

An invisible arrow.

fcaArrow

A simple arrow.

fcaEllipse

An ellipse.

fcaRectangle

A rectangle.

Filled Arrows

fcaFilledASMEarrow

Filled ASME arrow.

fcaFilledArrow

Filled arrow.

fcaIndentedFilledArrow

Indented filled arrow.

fcaOutdentedFilledArrow

Outdented filled arrow.

fcaFilledDoubleArrow

Filled double arrow.

fcaFilledDiamond

Filled diamond.

fcaFilledClosedDiamond

Filled closed diamond.

fcaFilledOneDash

Filled one dash.

fcaFilledTwoDash

Filled two dash.

fcaFilledThreeDash

Filled three dash.

Closed and Opened Arrows

fcaClosedASMEarrow

Closed ASME arrow.

fcaClosedArrow

Closed Arrow.

fcaIndentedClosedArrow

Indented closed arrow.

fcaOutdentedClosedArrow

Outdented closed arrow.

fcaClosedDoubleArrow

Closed double arrow.

fcaDiamond

Diamond.

fcaClosedDiamond

Closed diamond.

fcaClosedOneDash

Closed one dash.

fcaClosedTwoDash

Closed two dash.

fcaClosedThreeDash

Closed three dash.

fcaOpenOneDash

Open one dash.

fcaOpenTwoDash

Open two dash.

fcaOpenThreeDash

Open three dash.

Additional Arrows

fcaDimensionLine

Dimension line.

fcaBackslash

Backslash.

The arrow’s ArrowType property references the TdxFcaType.

See Also