Unit 'TATools' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lz_tachart]

TDataPointDragTool

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

Declaration

Source position: tatools.pas line 461

type TDataPointDragTool = class(TDataPointTool)

strict protected

  procedure Cancel; override;

  

public

  constructor Create(); override;

  

  procedure MouseDown(); override;

  

  procedure MouseMove(); override;

  

  procedure MouseUp(); override;

  

  property Origin: TDoublePoint; [r]

  

published

  property ActiveCursor: TCursor;

  

  property EscapeCancels: Boolean;

  

  property KeepDistance: Boolean; [rw]

  

  property Targets: TNearestPointTargets;

  

  property OnDrag: TDataPointDragEvent; [rw]

  

  property OnDragStart: TDataPointDragEvent; [rw]

  

end;

Inheritance

TDataPointDragTool

  

|

TDataPointTool

  

|

TChartTool

  

|

TObject



CT Web help

CodeTyphon Studio