RichEdit.property

Description

Settings that affect the appearance and behavior of columns whose edit style is RichText.

Applies to

Column controls

Syntax

Describe and Modify argument:

"columnname.RichEdit.property { = value }"

SyntaxFromSql:

Column ( RichEdit.property = value )

Parameter

Description

columnname

The column with the RichText edit style for which you want to get or set property values. You can specify the column name or a pound sign (#) and the column number.

property

A property for the column’s Edit style. Properties and their settings are listed in the table below. The table identifies the properties you can use with SyntaxFromSql.

value

The value to be assigned to the property.

Usage


In the painter

Select the control and set values in the Properties view, Edit tab, when Style Type is RichText.

Examples

Example 1


Example 2

setting = dw_1.Describe(&

	"rte_description.RichEdit.VScrollBar")

dw_1.Modify("rte_description.RichEdit.Required=no")