Skip to main content

TcxCustomRichEdit.InsertTable(Integer,Integer,TcxRichEditTableParams) Method

Inserts a table into a rich edit.

Declaration

procedure InsertTable(AColumnCount: Integer; ARowCount: Integer; AParams: TcxRichEditTableParams);

Parameters

Name Type
AColumnCount Integer
ARowCount Integer
AParams TcxRichEditTableParams

Remarks

AColumnCount specifies the number of table columns.

ARowCount specifies the number of table rows.

AParams specifies table settings.

The InsertTable method is in effect if the rich edit’s Properties.RichEditClass property is recRichEdit41.

See Also