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

TcxCustomRichEdit.InsertTable(Integer,Integer,TcxRichEditTableParams) Method

Inserts a table into a rich edit.

#Declaration

Delphi
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