Unit 'ButtonEdit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TButtonEdit

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

Declaration

Source position: buttonedit.pas line 247

type TButtonEdit = class(TCustomButtonEdit)

public

  property AutoSelected: Boolean;

  

  property Button: TSpeedButton;

  

published

  property NumbersOnly: Boolean;

  

  property Action: TBasicAction;

  

  property AutoSelect: Boolean;

  

  property AutoSize: Boolean;

  

  property Align: TAlign;

  

  property Alignment: TAlignment;

  

  property Anchors: TAnchors;

  

  property BiDiMode: TBiDiMode;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property BorderStyle: TBorderStyle;

  

  property ButtonAlign: TButtonAlign;

  

  property ButtonCaption: TCaption;

  

  property ButtonHint: TTranslateString;

  

  property ButtonOnlyWhenFocused: Boolean;

  

  property ButtonWidth: Integer;

  

  property CharCase: TEditCharCase;

  

  property Color: TColor;

  

  property Constraints: TSizeConstraints;

  

  property Cursor: TCursor;

  

  property DirectInput: Boolean;

  

  property EchoMode: TEchoMode;

  

  property Enabled: Boolean;

  

  property Flat: Boolean;

  

  property Font: TFont;

  

  property Glyph: TBitmap;

  

  property Hint: TTranslateString;

  

  property MaxLength: Integer;

  

  property NumGlyphs: Integer;

  

  property OnButtonClick: TNotifyEvent;

  

  property OnChange: TNotifyEvent;

  

  property OnClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnContextPopup: TContextPopupEvent;

  

  property OnEditingDone: TNotifyEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnEnter: TNotifyEvent;

  

  property OnExit: TNotifyEvent;

  

  property OnKeyDown: TKeyEvent;

  

  property OnKeyPress: TKeyPressEvent;

  

  property OnKeyUp: TKeyEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseEnter: TNotifyEvent;

  

  property OnMouseLeave: TNotifyEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnStartDrag: TStartDragEvent;

  

  property OnUTF8KeyPress: TUTF8KeyPressEvent;

  

  property ParentBiDiMode: Boolean;

  

  property ParentColor: Boolean;

  

  property ParentFont: Boolean;

  

  property PasswordChar: char;

  

  property PopupMenu: TPopupMenu;

  

  property ReadOnly: Boolean;

  

  property ShowHint: Boolean;

  

  property TabOrder: TTabOrder;

  

  property TabStop: Boolean;

  

  property Text: TCaption;

  

  property Visible: Boolean;

  

end;

Inheritance

TButtonEdit

  

|

TCustomButtonEdit

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio