source: trunk/Packages/synapse/docs/help/ldapsend.TLDAPResultList.html

Last change on this file was 2, checked in by chronos, 12 years ago
  • Přidáno: Základní kostra projektu.
  • Přidáno: Knihovna synapse.
File size: 5.4 KB
Line 
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 TLDAPResultList</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="TLDAPResultList"></a><h1 class="cio">Class TLDAPResultList</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 TLDAPResultList = class(TObject)</code></p>
20<h2 class="description">Description</h2>
21<p>
22List of LDAP result objects</p>
23<p>
24 This object can hold list of LDAP objects. (for example result of LDAP SEARCH.)</p>
25<a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
26<ul class="hierarchy"><li class="ancestor">TObject</li>
27<li class="thisitem">TLDAPResultList</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.TLDAPResultList.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.TLDAPResultList.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.TLDAPResultList.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.TLDAPResultList.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.TLDAPResultList.html#Add">Add</a></b>: <a href="ldapsend.TLDAPResult.html">TLDAPResult</a>;</code></td>
49</tr>
50</table>
51<a name="@Properties"></a><h3 class="summary">Properties</h3>
52<table class="summary">
53<tr class="list">
54<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
55<td class="itemcode"><code>property <b><a href="ldapsend.TLDAPResultList.html#Items">Items</a></b>[Index: Integer]: <a href="ldapsend.TLDAPResult.html">TLDAPResult</a> read GetResult;</code></td>
56</tr>
57</table>
58<h2 class="description">Description</h2>
59<h3 class="detail">Methods</h3>
60<table class="detail">
61<tr class="list">
62<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
63<td class="itemcode"><a name="Create"></a><code>constructor <b>Create</b>;</code></td>
64</tr>
65</table>
66&nbsp;<table class="detail">
67<tr class="list">
68<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
69<td class="itemcode"><a name="Destroy"></a><code>destructor <b>Destroy</b>; override;</code></td>
70</tr>
71</table>
72&nbsp;<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="Clear"></a><code>procedure <b>Clear</b>;</code></td>
76</tr>
77</table>
78<p>
79Clear all TLDAPResult objects in list.</p>
80<table class="detail">
81<tr class="list">
82<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
83<td class="itemcode"><a name="Count"></a><code>function <b>Count</b>: integer;</code></td>
84</tr>
85</table>
86<p>
87Return count of TLDAPResult objects in list.</p>
88<table class="detail">
89<tr class="list">
90<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
91<td class="itemcode"><a name="Add"></a><code>function <b>Add</b>: <a href="ldapsend.TLDAPResult.html">TLDAPResult</a>;</code></td>
92</tr>
93</table>
94<p>
95Create and add new TLDAPResult object to list.</p>
96<h3 class="detail">Properties</h3>
97<table class="detail">
98<tr class="list">
99<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
100<td class="itemcode"><a name="Items"></a><code>property <b>Items</b>[Index: Integer]: <a href="ldapsend.TLDAPResult.html">TLDAPResult</a> read GetResult;</code></td>
101</tr>
102</table>
103<p>
104List of TLDAPResult objects.</p>
105<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>
106</span>
107</body></html>
Note: See TracBrowser for help on using the repository browser.