Unit 'GLWindows' Package
[Overview][Types][Classes][Index] [#pl_glscene]

TGLEdit

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

Declaration

Source position: GLWindows.pas line 437

type TGLEdit = class(TGLFocusControl)

protected

  procedure InternalMouseDown(); override;

  

  procedure InternalKeyPress(); override;

  

  procedure InternalKeyDown(); override;

  

  procedure InternalKeyUp(); override;

  

  procedure SetFocused(); override;

  

  procedure SetSelStart();

  

  procedure SetEditChar();

  

public

  constructor Create(); override;

  

  procedure InternalRender(); override;

  

published

  property EditChar: string; [rw]

  

  property ReadOnly: Boolean; [rw]

  

  property OnChange: TNotifyEvent; [rw]

  

  property SelStart: Integer; [rw]

  

end;

Inheritance

TGLEdit

  

|

TGLFocusControl

  

|

TGLBaseTextControl

  

|

TGLBaseFontControl

  

|

TGLBaseControl

  

|

TGLBaseComponent

  

|

TGLBaseGuiObject

  

|

TObject



CT Web help

CodeTyphon Studio