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

TSpeedButton

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

Declaration

Source position: buttons.pp line 440

type TSpeedButton = class(TCustomSpeedButton)

published

  property Action: TBasicAction;

  

  property Align: TAlign;

  

  property Alignment: TAlignment;

  

  property AllowAllUp: Boolean;

  

  property Anchors: TAnchors;

  

  property AutoSize: Boolean;

  

  property BidiMode: TBiDiMode;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property Constraints: TSizeConstraints;

  

  property Caption: TCaption;

  

  property Color: TColor;

  

  property DisabledImageIndex: TImageIndex;

  

  property Down: Boolean;

  

  property DragCursor: TCursor;

  

  property DragKind: TDragKind;

  

  property DragMode: TDragMode;

  

  property Enabled: Boolean;

  

  property Flat: Boolean;

  

  property Font: TFont;

  

  property Glyph: TBitmap;

  

  property GroupIndex: Integer;

  

  property HotImageIndex: TImageIndex;

  

  property Images: TCustomImageList;

  

  property ImageIndex: TImageIndex;

  

  property ImageWidth: Integer;

  

  property Layout: TButtonLayout;

  

  property Margin: Integer;

  

  property NumGlyphs: Integer;

  

  property PressedImageIndex: TImageIndex;

  

  property SelectedImageIndex: TImageIndex;

  

  property Spacing: Integer;

  

  property Transparent: Boolean;

  

  property Visible: Boolean;

  

  property ShowCaption: Boolean;

  

  property ShowHint: Boolean;

  

  property ParentBidiMode: Boolean;

  

  property ParentFont: Boolean;

  

  property ParentShowHint: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property OnClick: TNotifyEvent;

  

  property OnContextPopup: TContextPopupEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnMouseDown: TMouseEvent;

  

  property OnMouseEnter: TNotifyEvent;

  

  property OnMouseLeave: TNotifyEvent;

  

  property OnMouseMove: TMouseMoveEvent;

  

  property OnMouseUp: TMouseEvent;

  

  property OnMouseWheel: TMouseWheelEvent;

  

  property OnMouseWheelDown: TMouseWheelUpDownEvent;

  

  property OnMouseWheelUp: TMouseWheelUpDownEvent;

  

  property OnPaint: TNotifyEvent;

  

  property OnResize: TNotifyEvent;

  

  property OnStartDrag: TStartDragEvent;

  

  property OnChangeBounds: TNotifyEvent;

  

end;

Inheritance

TSpeedButton

  

|

TCustomSpeedButton

  

|

TGraphicControl

  

TGraphicControl is the base class for all lightweight controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio