-- RichText object properties table. tblRichTextProps = {}; tblRichTextProps.Text = "Sample Text"; tblRichTextProps.RawRTF = "{\\rtf1\\ansi\\ansicpg1252\\deff0\\deflang1033{\\fonttbl{\\f0\\fnil\\fcharset0 MS Shell Dlg;}}\\viewkind4\\uc1\\pard\\f0\\fs17 Sample Text\\par}"; tblRichTextProps.VScrollbar = true; tblRichTextProps.HScrollbar = true; tblRichTextProps.Transparent = true; tblRichTextProps.BackgroundColor = 16777215; tblRichTextProps.Border = BORDER_SUNKEN; tblRichTextProps.ReadOrder = READ_STANDARD; tblRichTextProps.ReadOnly = true; tblRichTextProps.AutoDetectURL = false; tblRichTextProps.ShowContextMenu = true; tblRichTextProps.Enabled = true; tblRichTextProps.Visible = true; tblRichTextProps.X = 0; tblRichTextProps.Y = 0; tblRichTextProps.Width = 200; tblRichTextProps.Height = 120; tblRichTextProps.ResizeLeft = false; tblRichTextProps.ResizeRight = false; tblRichTextProps.ResizeTop = false; tblRichTextProps.ResizeBottom = false; tblRichTextProps.TooltipText = "";