Description


Rich text edit controls let the user enter text that includes variation in font attributes, paragraph formatting information, images, tables and etc. RTF (Rich Text Format) storage format is used. As a rule, this component is assigned to a specific database field through the TableName and FieldName properties.


Component properties

 Property

 Description

 TableName

 Determines which database table a component belongs to.

 FieldName

 Determines which field of the database table this component belongs to.

 DefaultValue

 Allows you to set the default value when creating a new record.

 ReadOnly

 Determines whether the user can change the text of the edit control.

 Ruler

 Defines the presence of a horizontal ruler.

 ToolBar1

 Allows you to customize the visibility of buttons for the first row of the toolbar.

 ToolBar2

 Allows you to customize the visibility of buttons for the second row of the toolbar.

 ToolBar3

 Allows you to customize the visibility of buttons for the third row of the toolbar

 Name

 Specifies the name of the component.

 Left

 Specifies the horizontal coordinate of the left edge of a component relative to its parent.

 Top

 Specifies the Y coordinate of the upper-left corner of a control, relative to its parent or containing control in pixels.

 Width

 Specifies the horizontal size of the control in pixels.

 Height

 Specifies the vertical size of the control in pixels.

 TabOrder

 Indicates the position of the control in its parent's tab order.

 TabStop

 Determines if the user can tab to a control.

 Visible

 Specifies whether the component appears onscreen.

 Anchors

 Specifies how the control is anchored to its parent. More info.



Additional properties

 Property

 Description

 Constraints

 Specifies the size constraints for the component.  It makes sense when using the Anchors property.

 Enabled

 Controls whether the component responds to mouse and keyboard events.