58 lines
2.7 KiB
HTML
58 lines
2.7 KiB
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
||
|
<title>UIM List APIs</title>
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<!-- 050118 JETAYLOR Created for V5R4 -->
|
||
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<a name="Top_Of_Page"></a>
|
||
|
<!--Java sync-link-->
|
||
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
||
|
</script>
|
||
|
|
||
|
<h2>UIM List APIs</h2>
|
||
|
|
||
|
<p>The UIM list APIs are:</p>
|
||
|
|
||
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
||
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
||
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
||
|
<!--***************API BEGIN PASTE***************-->
|
||
|
<ul>
|
||
|
<li><A HREF="quiaddle.htm">Add List Entry</A> (QUIADDLE) adds one new entry to a list.</li>
|
||
|
<li><A HREF="quiaddlm.htm">Add List Multiple Entries</A> (QUIADDLM) adds one or more new entries to a list.</li>
|
||
|
<li><A HREF="quidltl.htm">Delete List</A> (QUIDLTL) deletes an active list and provides a way for the application to start over with a new list.</li>
|
||
|
<li><A HREF="quigetle.htm">Get List Entry</A> (QUIGETLE) accesses an entry in a list and optionally updates the corresponding dialog variables to the values in the list entry.</li>
|
||
|
<li><A HREF="quigetlm.htm">Get List Multiple Entries</A> (QUIGETLM) accesses one or more entries in a list and updates the corresponding dialog variables with the values contained in the list entry.</li>
|
||
|
<li><A HREF="quirmvle.htm">Remove List Entry</A> (QUIMVLE) removes the list entry identified by the value of the current entry pointer for the list.</li>
|
||
|
<li><A HREF="quirtvla.htm">Retrieve List Attributes</A> (QUIRTVLA) retrieves list attributes</li>
|
||
|
<li><A HREF="quisetla.htm">Set List Attributes</A> (QUISETLA) sets list attributes</li>
|
||
|
<li><A HREF="quiupdle.htm">Update List Entry</A> (QUIUPDLE) updates the list entry identified by the current entry pointer for the list or the extended action entry.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
|
||
|
<br>
|
||
|
|
||
|
|
||
|
<hr>
|
||
|
<center>
|
||
|
<table cellpadding="2" cellspacing="2">
|
||
|
<tr align="center">
|
||
|
<td valign="middle" align="center">
|
||
|
<a href="#Top_Of_Page">Top</a> |
|
||
|
<a href="uim1.htm">User Interface Manager APIs</a> |
|
||
|
<a href="aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|
||
|
|