TEdit |
Field | Param(s) | Type |
Align | - | TAlign |
CharCase | - | TCharCase |
ClientRect | - | RECT |
Color | - | Integer |
Cursor | - | HCURSOR |
Enabled | - | Boolean |
Font | - | TFont |
Handle | - | HWND |
Height | - | Integer |
Hint | - | String |
Left | - | Integer |
Override | - | WNDPROC |
Params | - | TParams |
Parent | - | HWND |
PasswordChar | - | String |
PopupMenu | - | TPopupMenu |
ReadOnly | - | Boolean |
SelLength | - | Integer |
SelStart | - | Integer |
SelText | - | String |
ShowHint | - | Boolean |
Text | - | String |
Tag | - | Integer |
Top | - | Integer |
Visible | - | Boolean |
Width | - | Integer |
| - | |
BringToFront | Self As TEdit | SUB |
Clear | Self As TEdit | SUB |
ClearSelection | Self As TEdit | SUB |
ClearUndo | Self As TEdit | SUB |
CopyToClipboard | Self As TEdit | SUB |
Create | Self As TEdit | FUNCTION |
CutToClipboard | Self As TEdit | SUB |
Free | Self As TEdit | SUB |
PasteFromClipboard | Self As TEdit | SUB |
SelectAll | Self As TEdit | SUB |
SetFocus | Self As TEdit | SUB |
Undo | Self As TEdit | SUB |
| - | |
SetAlign | Self As TEdit , byval fAlign As TAlign | SUB |
SetCharCase | Self As TEdit , byval fCharCase As TCharCase | SUB |
SetColor | Self As TEdit , byval fColor As Integer | SUB |
SetCursor | Self As TEdit , byval fCursor As HCURSOR | SUB |
SetEnabled | Self As TEdit , byval fEnabled As Boolean | SUB |
SetFont | Self As TEdit , fFont As TFont | SUB |
SetHeight | Self As TEdit , byval fHeight As Integer | SUB |
SetHint | Self As TEdit , byval fHint As String | SUB |
SetLeft | Self As TEdit , byval fLeft As Integer | SUB |
SetParent | Self As TEdit , byval fParent As HWND | SUB |
SetPasswordChar | Self As TEdit , byval fPasswordChar As String | SUB |
SetPopupMenu | Self As TEdit , PopupMenu As TPopupMenu | SUB |
SetShowHint | Self As TEdit , byval fShowHint As Boolean | SUB |
SetReadOnly | Self As TEdit , byval fReadOnly As Boolean | SUB |
SetSelLength | Self As TEdit , byval fSelLength As Integer | SUB |
SetSelStart | Self As TEdit , byval fSelStart As Integer | SUB |
SetSelText | Self As TEdit , byval fText As String | SUB |
SetText | Self As TEdit , byval fText As String | SUB |
SetTop | Self As TEdit , byval fTop As Integer | SUB |
SetVisible | Self As TEdit , byval fVisible As Boolean | SUB |
SetWidth | Self As TEdit , byval fWidth As Integer | SUB |
| - | |
OnChange | Self As TEdit | SUB |
OnKeyPress | Self As TEdit , byval Key As Byte | SUB |
| |