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

TUIEdit

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

Declaration

Source position: nxUI.pas line 121

type TUIEdit = class(TUIElement)

public

  texture: Integer;

  

  font: Integer;

  

  maxLength: Integer;

  

  selStart: Integer;

  

  selLength: Integer;

  

  centered: Boolean;

  

  property caretPos: Integer; [rw]

  

  property text: string; [rw]

  

  constructor Create();

  

end;

Inheritance

TUIEdit

  

|

TUIElement

  

|

TObject



CT Web help

CodeTyphon Studio