1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
|
---|
2 | <html>
|
---|
3 | <head>
|
---|
4 | <meta name="GENERATOR" content="PasDoc 0.9.0">
|
---|
5 | <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
|
---|
6 | <title>ldapsend: Class TLDAPAttributeList</title>
|
---|
7 | <link rel="StyleSheet" type="text/css" href="pasdoc.css">
|
---|
8 | </head>
|
---|
9 | <body bgcolor="#ffffff" text="#000000" link="#0000ff" vlink="#800080" alink="#FF0000">
|
---|
10 | <a name="TLDAPAttributeList"></a><h1 class="cio">Class TLDAPAttributeList</h1>
|
---|
11 | <table class="sections">
|
---|
12 | <tr>
|
---|
13 | <td><a class="section" href="#@Description">Description</a></td><td><a class="section" href="#@Hierarchy">Hierarchy</a></td><td>Fields</td><td><a class="section" href="#@Methods">Methods</a></td><td><a class="section" href="#@Properties">Properties</a></td></tr></table>
|
---|
14 | <a name="@Description"></a><h2 class="unit">Unit</h2>
|
---|
15 | <p class="unitlink">
|
---|
16 | <a href="ldapsend.html">ldapsend</a></p>
|
---|
17 | <h2 class="declaration">Declaration</h2>
|
---|
18 | <p class="declaration">
|
---|
19 | <code>type TLDAPAttributeList = class(TObject)</code></p>
|
---|
20 | <h2 class="description">Description</h2>
|
---|
21 | <p>
|
---|
22 | List of <a class="normal" href="ldapsend.TLDAPAttribute.html">TLDAPAttribute</a></p>
|
---|
23 | <p>
|
---|
24 | This object can hold list of TLDAPAttribute objects.</p>
|
---|
25 | <a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
|
---|
26 | <ul class="hierarchy"><li class="ancestor">TObject</li>
|
---|
27 | <li class="thisitem">TLDAPAttributeList</li></ul><h2 class="overview">Overview</h2>
|
---|
28 | <a name="@Methods"></a><h3 class="summary">Methods</h3>
|
---|
29 | <table class="summary">
|
---|
30 | <tr class="list">
|
---|
31 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
32 | <td class="itemcode"><code>constructor <b><a href="ldapsend.TLDAPAttributeList.html#Create">Create</a></b>;</code></td>
|
---|
33 | </tr>
|
---|
34 | <tr class="list2">
|
---|
35 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
36 | <td class="itemcode"><code>destructor <b><a href="ldapsend.TLDAPAttributeList.html#Destroy">Destroy</a></b>; override;</code></td>
|
---|
37 | </tr>
|
---|
38 | <tr class="list">
|
---|
39 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
40 | <td class="itemcode"><code>procedure <b><a href="ldapsend.TLDAPAttributeList.html#Clear">Clear</a></b>;</code></td>
|
---|
41 | </tr>
|
---|
42 | <tr class="list2">
|
---|
43 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
44 | <td class="itemcode"><code>function <b><a href="ldapsend.TLDAPAttributeList.html#Count">Count</a></b>: integer;</code></td>
|
---|
45 | </tr>
|
---|
46 | <tr class="list">
|
---|
47 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
48 | <td class="itemcode"><code>function <b><a href="ldapsend.TLDAPAttributeList.html#Add">Add</a></b>: <a href="ldapsend.TLDAPAttribute.html">TLDAPAttribute</a>;</code></td>
|
---|
49 | </tr>
|
---|
50 | <tr class="list2">
|
---|
51 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
52 | <td class="itemcode"><code>procedure <b><a href="ldapsend.TLDAPAttributeList.html#Del">Del</a></b>(Index: integer);</code></td>
|
---|
53 | </tr>
|
---|
54 | <tr class="list">
|
---|
55 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
56 | <td class="itemcode"><code>function <b><a href="ldapsend.TLDAPAttributeList.html#Find">Find</a></b>(AttributeName: AnsiString): <a href="ldapsend.TLDAPAttribute.html">TLDAPAttribute</a>;</code></td>
|
---|
57 | </tr>
|
---|
58 | <tr class="list2">
|
---|
59 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
60 | <td class="itemcode"><code>function <b><a href="ldapsend.TLDAPAttributeList.html#Get">Get</a></b>(AttributeName: AnsiString): string;</code></td>
|
---|
61 | </tr>
|
---|
62 | </table>
|
---|
63 | <a name="@Properties"></a><h3 class="summary">Properties</h3>
|
---|
64 | <table class="summary">
|
---|
65 | <tr class="list">
|
---|
66 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
67 | <td class="itemcode"><code>property <b><a href="ldapsend.TLDAPAttributeList.html#Items">Items</a></b>[Index: Integer]: <a href="ldapsend.TLDAPAttribute.html">TLDAPAttribute</a> read GetAttribute;</code></td>
|
---|
68 | </tr>
|
---|
69 | </table>
|
---|
70 | <h2 class="description">Description</h2>
|
---|
71 | <h3 class="detail">Methods</h3>
|
---|
72 | <table class="detail">
|
---|
73 | <tr class="list">
|
---|
74 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
75 | <td class="itemcode"><a name="Create"></a><code>constructor <b>Create</b>;</code></td>
|
---|
76 | </tr>
|
---|
77 | </table>
|
---|
78 | <table class="detail">
|
---|
79 | <tr class="list">
|
---|
80 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
81 | <td class="itemcode"><a name="Destroy"></a><code>destructor <b>Destroy</b>; override;</code></td>
|
---|
82 | </tr>
|
---|
83 | </table>
|
---|
84 | <table class="detail">
|
---|
85 | <tr class="list">
|
---|
86 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
87 | <td class="itemcode"><a name="Clear"></a><code>procedure <b>Clear</b>;</code></td>
|
---|
88 | </tr>
|
---|
89 | </table>
|
---|
90 | <p>
|
---|
91 | Clear list.</p>
|
---|
92 | <table class="detail">
|
---|
93 | <tr class="list">
|
---|
94 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
95 | <td class="itemcode"><a name="Count"></a><code>function <b>Count</b>: integer;</code></td>
|
---|
96 | </tr>
|
---|
97 | </table>
|
---|
98 | <p>
|
---|
99 | Return count of TLDAPAttribute objects in list.</p>
|
---|
100 | <table class="detail">
|
---|
101 | <tr class="list">
|
---|
102 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
103 | <td class="itemcode"><a name="Add"></a><code>function <b>Add</b>: <a href="ldapsend.TLDAPAttribute.html">TLDAPAttribute</a>;</code></td>
|
---|
104 | </tr>
|
---|
105 | </table>
|
---|
106 | <p>
|
---|
107 | Add new TLDAPAttribute object to list.</p>
|
---|
108 | <table class="detail">
|
---|
109 | <tr class="list">
|
---|
110 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
111 | <td class="itemcode"><a name="Del"></a><code>procedure <b>Del</b>(Index: integer);</code></td>
|
---|
112 | </tr>
|
---|
113 | </table>
|
---|
114 | <p>
|
---|
115 | Delete one TLDAPAttribute object from list.</p>
|
---|
116 | <table class="detail">
|
---|
117 | <tr class="list">
|
---|
118 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
119 | <td class="itemcode"><a name="Find"></a><code>function <b>Find</b>(AttributeName: AnsiString): <a href="ldapsend.TLDAPAttribute.html">TLDAPAttribute</a>;</code></td>
|
---|
120 | </tr>
|
---|
121 | </table>
|
---|
122 | <p>
|
---|
123 | Find and return attribute with requested name. Returns nil if not found.</p>
|
---|
124 | <table class="detail">
|
---|
125 | <tr class="list">
|
---|
126 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
127 | <td class="itemcode"><a name="Get"></a><code>function <b>Get</b>(AttributeName: AnsiString): string;</code></td>
|
---|
128 | </tr>
|
---|
129 | </table>
|
---|
130 | <p>
|
---|
131 | Find and return attribute value with requested name. Returns empty string if not found.</p>
|
---|
132 | <h3 class="detail">Properties</h3>
|
---|
133 | <table class="detail">
|
---|
134 | <tr class="list">
|
---|
135 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
136 | <td class="itemcode"><a name="Items"></a><code>property <b>Items</b>[Index: Integer]: <a href="ldapsend.TLDAPAttribute.html">TLDAPAttribute</a> read GetAttribute;</code></td>
|
---|
137 | </tr>
|
---|
138 | </table>
|
---|
139 | <p>
|
---|
140 | List of TLDAPAttribute objects.</p>
|
---|
141 | <hr noshade size="1"><span class="appinfo"><em>Generated by <a target="_parent" href="http://pasdoc.sourceforge.net/">PasDoc 0.9.0</a> on 2012-04-23 21:38:51</em>
|
---|
142 | </span>
|
---|
143 | </body></html>
|
---|