[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'EditBtn' (#lcl)

TEditButton

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

TEditButton, an Edit Box with attached Speed Button

Declaration

Source position: editbtn.pas line 94

type TEditButton = class(TCustomEditButton)

public

  property Button;

  

published

  property AutoSize;

  

  property AutoSelect;

  property Align;

  

  property Anchors;

  

  property BorderSpacing;

  

  property ButtonOnlyWhenFocused;

  

  property ButtonWidth;

  

  property ButtonHint;

  property CharCase;

  property Color;

  

  property Ctl3D;

  

  property DirectInput;

  

  property DragCursor;

  

  property DragMode;

  

  property EchoMode;

  property Enabled;

  

  property Flat;

  

  property Font;

  

  property Glyph;

  

  property MaxLength;

  

  property NumGlyphs;

  

  property OnButtonClick;

  

  property OnChange;

  

  property OnClick;

  

  property OnDblClick;

  

  property OnDragDrop;

  

  property OnDragOver;

  

  property OnEditingDone;

  property OnEndDrag;

  

  property OnEnter;

  

  property OnExit;

  

  property OnKeyDown;

  

  property OnKeyPress;

  

  property OnKeyUp;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnStartDrag;

  

  property OnUTF8KeyPress;

  property ParentColor;

  

  property ParentCtl3D;

  

  property ParentFont;

  

  property ParentShowHint;

  

  property PasswordChar;

  property PopupMenu;

  

  property ReadOnly;

  

  property ShowHint;

  

  property TabOrder;

  

  property TabStop;

  

  property Text;

  property Visible;

  

end;

Inheritance

TEditButton

  

TEditButton, an Edit Box with attached Speed Button

|

TCustomEditButton

  

TCustomEditButton - base class for TEditButton, an Edit Box with attached Speed Button

|

TCustomEdit

?

TObject