source: trunk/Packages/synapse/docs/help/ldapsend.TLDAPResult.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: 4.3 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 TLDAPResult</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="TLDAPResult"></a><h1 class="cio">Class TLDAPResult</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 TLDAPResult = class(TObject)</code></p>
20<h2 class="description">Description</h2>
21<p>
22LDAP result object</p>
23<p>
24 This object can hold LDAP object. (their name and all their attributes with values)</p>
25<a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
26<ul class="hierarchy"><li class="ancestor">TObject</li>
27<li class="thisitem">TLDAPResult</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.TLDAPResult.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.TLDAPResult.html#Destroy">Destroy</a></b>; override;</code></td>
37</tr>
38</table>
39<a name="@Properties"></a><h3 class="summary">Properties</h3>
40<table class="summary">
41<tr class="list">
42<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
43<td class="itemcode"><code>property <b><a href="ldapsend.TLDAPResult.html#ObjectName">ObjectName</a></b>: AnsiString read FObjectName write FObjectName;</code></td>
44</tr>
45<tr class="list2">
46<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
47<td class="itemcode"><code>property <b><a href="ldapsend.TLDAPResult.html#Attributes">Attributes</a></b>: <a href="ldapsend.TLDAPAttributeList.html">TLDAPAttributeList</a> read FAttributes;</code></td>
48</tr>
49</table>
50<h2 class="description">Description</h2>
51<h3 class="detail">Methods</h3>
52<table class="detail">
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"><a name="Create"></a><code>constructor <b>Create</b>;</code></td>
56</tr>
57</table>
58&nbsp;<table class="detail">
59<tr class="list">
60<td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
61<td class="itemcode"><a name="Destroy"></a><code>destructor <b>Destroy</b>; override;</code></td>
62</tr>
63</table>
64&nbsp;<h3 class="detail">Properties</h3>
65<table class="detail">
66<tr class="list">
67<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
68<td class="itemcode"><a name="ObjectName"></a><code>property <b>ObjectName</b>: AnsiString read FObjectName write FObjectName;</code></td>
69</tr>
70</table>
71<p>
72Name of this LDAP object.</p>
73<table class="detail">
74<tr class="list">
75<td class="visibility"><a href="legend.html"><img src="published.gif" alt="Published" title="Published"></a></td>
76<td class="itemcode"><a name="Attributes"></a><code>property <b>Attributes</b>: <a href="ldapsend.TLDAPAttributeList.html">TLDAPAttributeList</a> read FAttributes;</code></td>
77</tr>
78</table>
79<p>
80Here is list of object attributes.</p>
81<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>
82</span>
83</body></html>
Note: See TracBrowser for help on using the repository browser.