FAXL3: ActionGetListSelectedID

From fringDocumentation

Jump to: navigation, search

ActionGetListSelectedID

Returns the ID of the selected item in a TextListControl or TextIconListControl.

Element ActionGetListSelectedID

The following are the elements or building blocks comprising an ActionGetListSelectedID:

RequiredDirectionNameTypeDescription
RequiredINargListControlGuiNamestring/refContains the GUI name of the list.
RequiredOUTargListItemIDVarNamestring/refContains the FAXL variable name of where to store the ID of the selected item.


FAXL Syntax

<ActionGetListSelectedID>
	<IN>
		<argListControlGuiName>
			<value>myList</value>
		</argListControlGuiName>
	</IN>
	<OUT>
		<argListItemIDVarName>
			<value>myVarSelectedID</value>
		</argListItemIDVarName>
	</OUT>
</ActionGetListSelectedID>
Personal tools