FUNCTION VisuFctSelectElement : DWORD
In the case of VISU_SELECTION_AT the input variable pPosition should be considered. In the case of VISU_SELECTION_ELEMENT the input variable iVisualElement should be considered.
InOut:
|
Scope
|
Name
|
Type
|
Comment
|
Return
|
VisuFctSelectElement
|
DWORD
|
|
Input
|
pClientData
|
POINTER TO VisuStructClientData
|
The current client data
|
pCurrentSelectionData
|
POINTER TO Visu_StructSelectionData
|
The current selection data
|
pNewSelectionData
|
POINTER TO Visu_StructSelectionData
|
The new selection data
|
dwSelectionType
|
DWORD
|
The selection type
|
pPosition
|
POINTER TO ARRAY [0..9] OF INT
|
The position to select
|
iVisualElement
|
IVisualElement
|
The visual element to select
|
iElemIndex
|
INT
|
The current element index
|
iElemId
|
INT
|
The current element id
|
iPositionIndex
|
INT
|
The current position in the position array
|
caller
|
IVisualElement
|
The element which checks the selection
|
|