IdxRichEditTable.SetPreferredWidth(Single,TdxRichEditWidthType) Method
Sets the table’s column width and its calculation mode.
Declaration
procedure SetPreferredWidth(AWidth: Single; AWidthType: TdxRichEditWidthType); overload;
Parameters
Name | Type | Description |
---|---|---|
AWidth | Single | A column width, in measurement units according to the AWidthType parameter value. |
AWidthType | TdxRichEditWidthType | Enumerates column width calculation modes. |
See Also