BBjGrid::setDropTypes
Description
In BBj 7.00 and higher, these are the types that an individual grid column or cell is willing to accept from a drag source when the BBjGrid acts as a drop target. If no drop types are set, the grid will accept data of any type.
Syntax
|
Return Value |
Method |
|
void |
setDropTypes(int column, BBjVector types!) |
|
void |
setDropTypes(int row, int column, BBjVector types!) |
Parameters
|
Variable |
Description |
|
column |
Specifies the column. |
|
row |
Specifies the row. |
|
types! |
A BBjVector containing any number of application-defined alphanumeric type strings. |
Return Value
None.
Remarks
For more information, see BBj Drag and Drop.
Example
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.