TRichEdit |
Field | Param(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 |
| - | |
Add | Self As TRichEdit , byval s As String | SUB |
BringToFront | Self As TRichEdit | SUB |
ClearSelection | Self As TRichEdit | SUB |
ClearUndo | Self As TRichEdit | SUB |
CopyToClipboard | Self As TRichEdit | SUB |
CutToClipboard | Self As TRichEdit | SUB |
Clear | Self As TRichEdit | SUB |
Create | Self As TRichEdit | FUNCTION |
Free | Self As TRichEdit | SUB |
Line | Self As TRichEdit , byval fIndex As Integer | FUNCTION |
LoadFromFile | Self As TRichEdit , byval fFile As String | SUB |
PasteFromClipboard | Self As TRichEdit | SUB |
SaveToFile | Self As TRichEdit , byval fFile As String | SUB |
SelectAll | Self As TRichEdit | SUB |
SetFocus | Self As TRichEdit | SUB |
Undo | Self As TRichEdit | SUB |
| - | |
SetAlignment | Self As TRichEdit , byval fAlignment As TAlignment | SUB |
SetAttributes | Self As TRichEdit , fAttributes As TFont | SUB |
SetColor | Self As TRichEdit , byval fColor As Integer | SUB |
SetCursor | Self As TRichEdit , byval fCursor As HCURSOR | SUB |
SetEnabled | Self As TRichEdit , byval fEnabled As Boolean | SUB |
SetHeight | Self As TRichEdit , byval fHeight As Integer | SUB |
SetFont | Self As TRichEdit , Font As TFont | SUB |
SetLeft | Self As TRichEdit , byval fLeft As Integer | SUB |
SetMaxCapacity | Self As TRichEdit , byval fValue As Integer | SUB |
SetNumbering | Self As TRichEdit , byval fNumbering As TNumbering | SUB |
SetParent | Self As TRichEdit , byval fParent As HWND | SUB |
SetPopupMenu | Self As TRichEdit , PopupMenu As TPopupMenu | SUB |
SetReadOnly | Self As TRichEdit , byval fReadOnly As Boolean | SUB |
SetSelText | Self As TRichEdit , byval fText As String | SUB |
SetSelLength | Self As TRichEdit , byval fSelLength As Integer | SUB |
SetSelStart | Self As TRichEdit , byval fSelStart As Integer | SUB |
SetTabCount | Self As TRichEdit , byval fTabCount As Integer | SUB |
SetText | Self As TRichEdit , byval fText As String | SUB |
SetTop | Self As TRichEdit , byval fTop As Integer | SUB |
SetVisible | Self As TRichEdit , byval fVisible As Boolean | SUB |
SetWidth | Self As TRichEdit , byval fWidth As Integer | SUB |
| - | |
OnClick | Self As TRichEdit | SUB |
OnDblClick | Self As TRichEdit | SUB |
OnChange | Self As TRichEdit | SUB |
OnMouseDown | Self As TRichEdit , byval button As Integer , byval x As Integer , byval y As Integer , byval shift As Integer | SUB |
OnMouseUp | Self As TRichEdit , byval button As Integer , byval x As Integer , byval y As Integer , byval shift As Integer | SUB |
OnMouseMove | Self As TRichEdit , byval x As Integer , byval y As Integer , byval shift As Integer | SUB |
OnMouseWheel | Self As TRichEdit , byval direction As Integer , byval x As Integer , byval y As Integer , byval shift As Integer | SUB |
OnKeyPress | Self As TRichEdit , byval key As Byte | SUB |
OnKeyDown | Self As TRichEdit , byval key As Word , byval shift As Integer | SUB |
OnKeyUp | Self As TRichEdit , byval key As Word , byval shift As Integer | SUB |
| |