[Overview][Resource strings][Constants][Types][Classes][Procedures and functions] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Base Edit component with no published properties.
Source position: edit.inc line 23
type TCustomEdit = class(TWidget) |
||
protected |
||
procedure Paint(); override; |
|
|
function ProcessEvent(); override; |
|
|
procedure CalcSizes; override; |
|
|
procedure EvKeyPressed(); override; |
|
|
procedure EvKeyChar(); override; |
|
|
procedure EvTextChanged; override; |
|
|
property CanExpandWidth; |
|
|
property Cursor; |
|
|
property PasswordChar: Char; [rw] |
|
|
property CursorPos: Integer; [rw] |
|
Position of cursor in the edit widget |
property OnChange: TNotifyEvent; [rw] |
|
|
|
||
procedure SetText(); override; |
|
|
public |
||
procedure Create(); |
|
|
end; |
|
Base Edit component with no published properties. |
|
| | ||
|
The TWidget class is the base class of all user interface objects. |
|
| | ||
TComponent |
||
? | ||
TObject |
|
The TEdit widget is a one-line text editor |