
Public Member Functions |
|
| FBEventDragAndDrop (HKEventBase pEvent) | |
| Constructor. |
|
| Accept () | |
| Accept a drag and drop sequence. |
|
| Add (FBComponent pComponent, int pId=0) | |
| Add an item to the drag and drop list. |
|
| Clear () | |
| Clear drag and drop list. |
|
| FBComponent | Get (int pIndex) |
| Get the FBComponent specified by
pIndex from the Drag and Drop list. |
|
| int | GetCount () |
| Get the number of items in the DragAndDrop
list. |
|
Public Attributes |
|
| list | Components |
| Read Property: List of components
drop. (it acces the same data as
FBEventDragAndDrop.Get) |
|
| FBkReference | Data |
| Property: User specified reference.
(for example, FBSpread:row) |
|
| int | PosX |
| Property: X position of mouse.
|
|
| int | PosY |
| Property: Y position of mouse.
|
|
| FBDragAndDropState | State |
| Property: Drag and drop sub-event.
|
|
| FBEventDragAndDrop | ( | HKEventBase | pEvent | ) |
Constructor.
| pEvent | Base event (internal) to obtain information from. |
| Accept | ( | ) |
Accept a drag and drop sequence.
This will cause the region in question to accept a drag and drop action when this event occurs.
| Add | ( | FBComponent | pComponent, | |
| int | pId = 0 |
|||
| ) |
| Clear | ( | ) |
Clear drag and drop list.
| FBComponent Get | ( | int | pIndex | ) |
Get the FBComponent specified by pIndex from the Drag and Drop list.
| pIndex | Index in list where to get FBComponent. |
| int GetCount | ( | ) |
Read Property: List of components drop. (it acces the same data as FBEventDragAndDrop.Get)
Property: Drag and drop sub-event.
1.5.3