Unit 'nxUI' Package
[Overview][Types][Classes][Variables][Index] [#pl_nxpascal]

TUIMemo

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

Declaration

Source position: nxUI.pas line 262

type TUIMemo = class(TUIElement)

public

  strings: TStringList;

  

  texture: Integer;

  

  font: Integer;

  

  barVertical: TUIScrollBar;

  

  barHorizontal: TUIScrollBar;

  

  wrap: Boolean;

  

  SelColor: TfRGBA;

  

  constructor Create();

  

  destructor Destroy; override;

  

  procedure AddText();

  

  procedure LostFocus;

  

  procedure RemoveWrap;

  

  procedure UpdateSize;

  

end;

Inheritance

TUIMemo

  

|

TUIElement

  

|

TObject



CT Web help

CodeTyphon Studio