Unit 'MUIClass.TextEdit' Package
[Overview][Classes][Index] [#MUIClass]

TMUITextEdit

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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 Clear;

  procedure Copy;

  procedure Cut;

  procedure Paste;

  property Text: string; [rw]

  property TabsToSpaces: Boolean; [rw]

end;

Inheritance

TMUITextEdit

|

TMUIGroup

  

Group class is responsible for the complete layout of a MUI window.

|

TMUIArea

  

Super class for every other MUI class except windows and applications

|

TMUIWithParent

  

Subclass of TNotify to introduce the Parent relation

|

TMUINotify

  

Notify class is superclass of all other MUI classes.

|

TMUIRootClass

  

Base class for all MUI Class

|

TObject


Documentation generated on: 2024-04-25