[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: muiclass.textedit.pas line 15
type TMUITextEdit = class(TMUIGroup) |
protected |
FScrollObj: PObject_; |
FTextObj: PObject_; |
function GetHasObj; |
procedure GetCreateTags(); override; |
public |
constructor Create; override; |
procedure AddText(); |
procedure Clear; |
procedure Copy; |
procedure Cut; |
procedure Paste; |
property Text: string; [rw] |
property ReadOnly: Boolean; [rw] |
property TabsToSpaces: Boolean; [rw] |
end; |
| | ||
|
Group class is responsible for the complete layout of a MUI window. |
|
| | ||
|
Super class for every other MUI class except windows and applications |
|
| | ||
|
Subclass of TNotify to introduce the Parent relation |
|
| | ||
|
Notify class is superclass of all other MUI classes. |
|
| | ||
|
Base class for all MUI Class |
|
| | ||
TObject |