TEdit
FieldParam(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
-
BringToFrontSelf As TEditSUB
ClearSelf As TEditSUB
ClearSelectionSelf As TEditSUB
ClearUndoSelf As TEditSUB
CopyToClipboardSelf As TEditSUB
CreateSelf As TEditFUNCTION
CutToClipboardSelf As TEditSUB
FreeSelf As TEditSUB
PasteFromClipboardSelf As TEditSUB
SelectAllSelf As TEditSUB
SetFocusSelf As TEditSUB
UndoSelf As TEditSUB
-
SetAlignSelf As TEdit , byval fAlign As TAlignSUB
SetCharCaseSelf As TEdit , byval fCharCase As TCharCaseSUB
SetColorSelf As TEdit , byval fColor As IntegerSUB
SetCursorSelf As TEdit , byval fCursor As HCURSORSUB
SetEnabledSelf As TEdit , byval fEnabled As BooleanSUB
SetFontSelf As TEdit , fFont As TFontSUB
SetHeightSelf As TEdit , byval fHeight As IntegerSUB
SetHintSelf As TEdit , byval fHint As StringSUB
SetLeftSelf As TEdit , byval fLeft As IntegerSUB
SetParentSelf As TEdit , byval fParent As HWNDSUB
SetPasswordCharSelf As TEdit , byval fPasswordChar As StringSUB
SetPopupMenuSelf As TEdit , PopupMenu As TPopupMenuSUB
SetShowHintSelf As TEdit , byval fShowHint As BooleanSUB
SetReadOnlySelf As TEdit , byval fReadOnly As BooleanSUB
SetSelLengthSelf As TEdit , byval fSelLength As IntegerSUB
SetSelStartSelf As TEdit , byval fSelStart As IntegerSUB
SetSelTextSelf As TEdit , byval fText As StringSUB
SetTextSelf As TEdit , byval fText As StringSUB
SetTopSelf As TEdit , byval fTop As IntegerSUB
SetVisibleSelf As TEdit , byval fVisible As BooleanSUB
SetWidthSelf As TEdit , byval fWidth As IntegerSUB
-
OnChangeSelf As TEditSUB
OnKeyPressSelf As TEdit , byval Key As ByteSUB