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

TdxRichEditTableBorderLineStyle Enum

In This Article

#Declaration

Delphi
TdxRichEditTableBorderLineStyle = (
    &Nil = TdxBorderLineStyleValues.&Nil,
    None = TdxBorderLineStyleValues.None,
    Single = TdxBorderLineStyleValues.Single,
    Thick = TdxBorderLineStyleValues.Thick,
    Double = TdxBorderLineStyleValues.Double,
    Dotted = TdxBorderLineStyleValues.Dotted,
    Dashed = TdxBorderLineStyleValues.Dashed,
    DotDash = TdxBorderLineStyleValues.DotDash,
    DotDotDash = TdxBorderLineStyleValues.DotDotDash,
    Triple = TdxBorderLineStyleValues.Triple,
    ThinThickSmallGap = TdxBorderLineStyleValues.ThinThickSmallGap,
    ThickThinSmallGap = TdxBorderLineStyleValues.ThickThinSmallGap,
    ThinThickThinSmallGap = TdxBorderLineStyleValues.ThinThickThinSmallGap,
    ThinThickMediumGap = TdxBorderLineStyleValues.ThinThickMediumGap,
    ThickThinMediumGap = TdxBorderLineStyleValues.ThickThinMediumGap,
    ThinThickThinMediumGap = TdxBorderLineStyleValues.ThinThickThinMediumGap,
    ThinThickLargeGap = TdxBorderLineStyleValues.ThinThickLargeGap,
    ThickThinLargeGap = TdxBorderLineStyleValues.ThickThinLargeGap,
    ThinThickThinLargeGap = TdxBorderLineStyleValues.ThinThickThinLargeGap,
    Wave = TdxBorderLineStyleValues.Wave,
    DoubleWave = TdxBorderLineStyleValues.DoubleWave,
    DashSmallGap = TdxBorderLineStyleValues.DashSmallGap,
    DashDotStroked = TdxBorderLineStyleValues.DashDotStroked,
    ThreeDEmboss = TdxBorderLineStyleValues.ThreeDEmboss,
    ThreeDEngrave = TdxBorderLineStyleValues.ThreeDEngrave,
    Outset = TdxBorderLineStyleValues.Outset,
    Inset = TdxBorderLineStyleValues.Inset
);

#Members

Name
Nil
None
Single
Thick
Double
Dotted
Dashed
DotDash
DotDotDash
Triple
ThinThickSmallGap
ThickThinSmallGap
ThinThickThinSmallGap
ThinThickMediumGap
ThickThinMediumGap
ThinThickThinMediumGap
ThinThickLargeGap
ThickThinLargeGap
ThinThickThinLargeGap
Wave
DoubleWave
DashSmallGap
DashDotStroked
ThreeDEmboss
ThreeDEngrave
Outset
Inset
See Also