Unit 'orca_scene2d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca]

TD2DropTarget

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

Declaration

Source position: orca_scene2d.pas line 5760

type TD2DropTarget = class(TD2TextControl)

protected

  procedure DragOver(); override;

  

  procedure DragDrop(); override;

  

public

  constructor Create(); override;

  

published

  property Filter: string; [rw]

  

  property Font: TD2Font;

  

  property Text: string;

  

  property OnDroped: TD2DragDropEvent; [rw]

  

end;

Inheritance

TD2DropTarget

  

|

TD2TextControl

  

|

TD2Control

  

|

TD2VisualObject

  

|

TD2Object

  

|

TObject



CT Web help

CodeTyphon Studio