Unit 'Arrow' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TArrow

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

Declaration

Source position: arrow.pp line 33

type TArrow = class(TIndustrialBase)

protected

  class function GetControlClassDefaultSize; override;

  

  procedure Paint; override;

  

public

  constructor Create(); override;

  

published

  property Align: TAlign;

  

  property Anchors: TAnchors;

  

  property ArrowColor: TColor; [rw]

  

  property ArrowType: TArrowType; [rw]

  

  property ArrowPointerAngle: Integer; [rw]

  

  property BorderSpacing: TControlBorderSpacing;

  

  property Color: TColor;

  

  property Constraints: TSizeConstraints;

  

  property Enabled: Boolean;

  

  property Hint: string;

  

  property ParentColor: Boolean;

  

  property ParentShowHint: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property ShadowType: TShadowType; [rw]

  

  property ShadowColor: TColor; [rw]

  

  property ShowHint: Boolean;

  

  property Visible: Boolean;

  

  property OnChangeBounds: TNotifyEvent;

  

  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 OnMouseWheelHorz: TMouseWheelEvent;

  

  property OnMouseWheelLeft: TMouseWheelUpDownEvent;

  

  property OnMouseWheelRight: TMouseWheelUpDownEvent;

  

  property OnPaint: TNotifyEvent;

  

  property OnResize: TNotifyEvent;

  

  property OnStartDrag: TStartDragEvent;

  

end;

Inheritance

TArrow

  

|

TIndustrialBase

  

|

TGraphicControl

  

TGraphicControl is the base class for all lightweight controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio