TecDragDrop = class(TComponent, IDropTarget);
ecOleDrag
Component to handle OLE drops on Control.
|
Topic |
Description |
|
The methods of the TecDragDrop class are listed here. | |
|
The properties of the TecDragDrop class are listed here. | |
|
The events of the TecDragDrop class are listed here. |
|
Constructor |
|
virtual |
|
protected |
|
Property |
|
Event |
|
TecDragDrop Events |
Description |
|
Called when mouse with dragged object enters Control. Set Handled to True for disabling processing of standard formats. | |
|
Called when mouse with dragged object moves over Control. Set Handled to True for disabling processing of standard formats. | |
|
Called when dragged object is dropped on the Control. Set Handled to True for disabling processing of standard formats. | |
|
Write this event handler to accept dropped ANSI text. | |
|
Write this event handler to accept dropped UNICODE text. |
|
TecDragDrop Methods |
Description |
|
Creates and initializes a TecDragDrop instance. | |
|
Destroys an instance of TecDragDrop. | |
|
Initializes the component after the form file has been read into memory. | |
|
Forwards notification messages to all owned components. |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|