TdxRichEditTableLayoutType Enum
In This Article
Enumerates table layout types.
#Declaration
Delphi
TdxRichEditTableLayoutType = (
Fixed,
Autofit
);
#Members
Name | Description |
---|---|
Fixed
|
Column widths are fixed regardless of the table’s content. |
Autofit
|
The Rich Edit control splits up the total table width between columns according to their longest cell content. |
See Also