Procedure TWPCustomRichText.FastAddTable(col:Integer; Pprp:PTParProps)

Unit: WPCTRRich
Class: WPCTRRich.TWPCustomRichText

Parameters

Description

This procedure can be used to create a table in code. It has been provided for backward compatibility only. Please don't use this procedure in new projects.Please don't forget to initialize the TParProps records using FillRect(prp, SizeOf(TParProps), 0); At the end of your procedure you need to assign 'nil' to all the strings and dynamic arrays you have used to avoid a memory leak. This all of course only affects you if you are not using .NET.

Overloaded Methods

Procedure TWPCustomRichText.FastAddTable(col:Integer; Pprp:; ReplaceCurrentPar:Boolean)