HI_LVQueryDnDItem

HI_LVQueryDnDItem

%HI_LVQueryDnDItem function


Function

Function %HI_LVQueryDnDItem returns the position where the new values are to be placed, which are obtained by Drop operation.

Declaration

%HI_LVQueryDnDItem( INT in refId, OUT in row1, OUT in col1, OUT in row2, OUT in col2, )

Parameters

refId

Identifier of the Browser displayer.

row1

Index of top left row.

col1

Index of top left column .

row2

Index of bottom right row.

col2

Index of bottom right column.

Return value

BOOL – if the value is @TRUE, the function got the position for Drag&Drop, otherwise the values of "out" parameters are undefined.