TRichEdit
FieldParam(s)Type
Align-TAlign
Alignment-TAlignment
Attributes-TFont
CharFormat-CHARFORMAT
ClientRect-RECT
Color-Integer
Cursor-HCURSOR
CaretX-Integer
CaretY-Integer
Enabled-Boolean
Font-TFont
Handle-HWND
Height-Integer
Left-Integer
LineCount-Integer
Numbering-TNumbering
Params-TParams
Paragraph-TParagraph
Parent-HWND
PopupMenu-TPopupMenu
ReadOnly-Boolean
SelLength-Integer
SelStart-Integer
SelText-String
TabCount-Integer
Text-String
Top-Integer
Visible-Boolean
Width-Integer
-
AddSelf As TRichEdit , byval s As StringSUB
BringToFrontSelf As TRichEditSUB
ClearSelectionSelf As TRichEditSUB
ClearUndoSelf As TRichEditSUB
CopyToClipboardSelf As TRichEditSUB
CutToClipboardSelf As TRichEditSUB
ClearSelf As TRichEditSUB
CreateSelf As TRichEditFUNCTION
FreeSelf As TRichEditSUB
LineSelf As TRichEdit , byval fIndex As IntegerFUNCTION
LoadFromFileSelf As TRichEdit , byval fFile As StringSUB
PasteFromClipboardSelf As TRichEditSUB
SaveToFileSelf As TRichEdit , byval fFile As StringSUB
SelectAllSelf As TRichEditSUB
SetFocusSelf As TRichEditSUB
UndoSelf As TRichEditSUB
-
SetAlignmentSelf As TRichEdit , byval fAlignment As TAlignmentSUB
SetAttributesSelf As TRichEdit , fAttributes As TFontSUB
SetColorSelf As TRichEdit , byval fColor As IntegerSUB
SetCursorSelf As TRichEdit , byval fCursor As HCURSORSUB
SetEnabledSelf As TRichEdit , byval fEnabled As BooleanSUB
SetHeightSelf As TRichEdit , byval fHeight As IntegerSUB
SetFontSelf As TRichEdit , Font As TFontSUB
SetLeftSelf As TRichEdit , byval fLeft As IntegerSUB
SetMaxCapacitySelf As TRichEdit , byval fValue As IntegerSUB
SetNumberingSelf As TRichEdit , byval fNumbering As TNumberingSUB
SetParentSelf As TRichEdit , byval fParent As HWNDSUB
SetPopupMenuSelf As TRichEdit , PopupMenu As TPopupMenuSUB
SetReadOnlySelf As TRichEdit , byval fReadOnly As BooleanSUB
SetSelTextSelf As TRichEdit , byval fText As StringSUB
SetSelLengthSelf As TRichEdit , byval fSelLength As IntegerSUB
SetSelStartSelf As TRichEdit , byval fSelStart As IntegerSUB
SetTabCountSelf As TRichEdit , byval fTabCount As IntegerSUB
SetTextSelf As TRichEdit , byval fText As StringSUB
SetTopSelf As TRichEdit , byval fTop As IntegerSUB
SetVisibleSelf As TRichEdit , byval fVisible As BooleanSUB
SetWidthSelf As TRichEdit , byval fWidth As IntegerSUB
-
OnClickSelf As TRichEditSUB
OnDblClickSelf As TRichEditSUB
OnChangeSelf As TRichEditSUB
OnMouseDownSelf As TRichEdit , byval button As Integer , byval x As Integer , byval y As Integer , byval shift As IntegerSUB
OnMouseUpSelf As TRichEdit , byval button As Integer , byval x As Integer , byval y As Integer , byval shift As IntegerSUB
OnMouseMoveSelf As TRichEdit , byval x As Integer , byval y As Integer , byval shift As IntegerSUB
OnMouseWheelSelf As TRichEdit , byval direction As Integer , byval x As Integer , byval y As Integer , byval shift As IntegerSUB
OnKeyPressSelf As TRichEdit , byval key As ByteSUB
OnKeyDownSelf As TRichEdit , byval key As Word , byval shift As IntegerSUB
OnKeyUpSelf As TRichEdit , byval key As Word , byval shift As IntegerSUB