You are here: Symbol Reference > htmledit Namespace > Classes > THtmlEditor Class > THtmlEditor Methods > THtmlEditor.AddTable Method
HTML Editor Library
ContentsIndexHome
PreviousUpNext
THtmlEditor.AddTable Method

Add table at caret position.

Pascal
function AddTable(Cols: integer; Rows: integer; const Attributes: string; const CellContent: string): TElement;
Parameters 
Description 
Cols: integer 
Column count  
Rows: integer 
Row count  
const Attributes: string 
Additional table attributes  
const CellContent: string 
Default content for the cells (for example  )  

Created table (TTableElement)

Copyright (c) 2013. All rights reserved.
What do you think about this topic? Send feedback!