Previous Topic

Next Topic

Book Contents

Book Index

Form Designer HTML Memo Properties

Navigator > Setup > Form Designer > Layout tab > Component Editor > Properties tab

See also Form Designer Component Properties for properties common to different component types.

The following properties are available for HTMLMemo Components:

BevelInner

Select the bevel type for the inner bevel, from None, Lowered, Raised, or Space.

BevelKind

Select the type of bevel, form None, Tile, Soft or Flat.

BevelOuter

Select the bevel type for the outer bevel, from None, Lowered, Raised, or Space.

BorderStyle

Set the border style for the edit box, to Single or None.

Color

The component background colour. Click Open Color Dialog (F2) to select the colour.

Constraints

Click the + button to expand. Select the maximum and minimum sizes for the component.

HTML

Runtime readonly stringlist property to set HTML to display.

Alternatively the LoadFromFile method can be called to set the HTML to display.

ParentColor

When True, uses the Color of the parent container.

ParentFont

When True, uses the Font of the parent container.

TabOrder

Set the sequential tab order for components, when the Tab key is pressed in the form.

TabStop

When True, this component will be included in the tab order. When False, the Tab key will not stop at this component.

Visible

When True, the component will be displayed.