vcl-dxflchrt-4b29063e.md
Enumerates available connection arrow shapes.
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
);
| 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 |
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