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>ftpsend: Class TFTPList</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="TFTPList"></a><h1 class="cio">Class TFTPList</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="ftpsend.html">ftpsend</a></p>
|
---|
17 | <h2 class="declaration">Declaration</h2>
|
---|
18 | <p class="declaration">
|
---|
19 | <code>type TFTPList = class(TObject)</code></p>
|
---|
20 | <h2 class="description">Description</h2>
|
---|
21 | <p>
|
---|
22 | This is TList of TFTPListRec objects.</p>
|
---|
23 | <p>
|
---|
24 | This object is used for holding lististing of all files information in listed directory on FTP server.</p>
|
---|
25 | <a name="@Hierarchy"></a><h2 class="hierarchy">Hierarchy</h2>
|
---|
26 | <ul class="hierarchy"><li class="ancestor">TObject</li>
|
---|
27 | <li class="thisitem">TFTPList</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="ftpsend.TFTPList.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="ftpsend.TFTPList.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="ftpsend.TFTPList.html#Clear">Clear</a></b>; virtual;</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="ftpsend.TFTPList.html#Count">Count</a></b>: integer; virtual;</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>procedure <b><a href="ftpsend.TFTPList.html#Assign">Assign</a></b>(Value: <a href="ftpsend.TFTPList.html">TFTPList</a>); virtual;</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="ftpsend.TFTPList.html#ParseLines">ParseLines</a></b>; virtual;</code></td>
|
---|
53 | </tr>
|
---|
54 | </table>
|
---|
55 | <a name="@Properties"></a><h3 class="summary">Properties</h3>
|
---|
56 | <table class="summary">
|
---|
57 | <tr class="list">
|
---|
58 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
59 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPList.html#List">List</a></b>: TList read FList;</code></td>
|
---|
60 | </tr>
|
---|
61 | <tr class="list2">
|
---|
62 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
63 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPList.html#Items">Items</a></b>[Index: Integer]: <a href="ftpsend.TFTPListRec.html">TFTPListRec</a> read GetListItem;</code></td>
|
---|
64 | </tr>
|
---|
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="ftpsend.TFTPList.html#Lines">Lines</a></b>: TStringList read FLines;</code></td>
|
---|
68 | </tr>
|
---|
69 | <tr class="list2">
|
---|
70 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
71 | <td class="itemcode"><code>property <b><a href="ftpsend.TFTPList.html#Masks">Masks</a></b>: TStringList read FMasks;</code></td>
|
---|
72 | </tr>
|
---|
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"><code>property <b><a href="ftpsend.TFTPList.html#UnparsedLines">UnparsedLines</a></b>: TStringList read FUnparsedLines;</code></td>
|
---|
76 | </tr>
|
---|
77 | </table>
|
---|
78 | <h2 class="description">Description</h2>
|
---|
79 | <h3 class="detail">Methods</h3>
|
---|
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="Create"></a><code>constructor <b>Create</b>;</code></td>
|
---|
84 | </tr>
|
---|
85 | </table>
|
---|
86 | <p>
|
---|
87 | Constructor. You not need create this object, it is created by TFTPSend class as their property.</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="Destroy"></a><code>destructor <b>Destroy</b>; override;</code></td>
|
---|
92 | </tr>
|
---|
93 | </table>
|
---|
94 | <table class="detail">
|
---|
95 | <tr class="list">
|
---|
96 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
97 | <td class="itemcode"><a name="Clear"></a><code>procedure <b>Clear</b>; virtual;</code></td>
|
---|
98 | </tr>
|
---|
99 | </table>
|
---|
100 | <p>
|
---|
101 | Clear list.</p>
|
---|
102 | <table class="detail">
|
---|
103 | <tr class="list">
|
---|
104 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
105 | <td class="itemcode"><a name="Count"></a><code>function <b>Count</b>: integer; virtual;</code></td>
|
---|
106 | </tr>
|
---|
107 | </table>
|
---|
108 | <p>
|
---|
109 | count of holded <a class="normal" href="ftpsend.TFTPListRec.html">TFTPListRec</a> objects</p>
|
---|
110 | <table class="detail">
|
---|
111 | <tr class="list">
|
---|
112 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
113 | <td class="itemcode"><a name="Assign"></a><code>procedure <b>Assign</b>(Value: <a href="ftpsend.TFTPList.html">TFTPList</a>); virtual;</code></td>
|
---|
114 | </tr>
|
---|
115 | </table>
|
---|
116 | <p>
|
---|
117 | Assigns one list to another</p>
|
---|
118 | <table class="detail">
|
---|
119 | <tr class="list">
|
---|
120 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
121 | <td class="itemcode"><a name="ParseLines"></a><code>procedure <b>ParseLines</b>; virtual;</code></td>
|
---|
122 | </tr>
|
---|
123 | </table>
|
---|
124 | <p>
|
---|
125 | try to parse raw directory listing in <a class="normal" href="ftpsend.TFTPList.html#Lines">Lines</a> to list of <a class="normal" href="ftpsend.TFTPListRec.html">TFTPListRec</a>.</p>
|
---|
126 | <h3 class="detail">Properties</h3>
|
---|
127 | <table class="detail">
|
---|
128 | <tr class="list">
|
---|
129 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
130 | <td class="itemcode"><a name="List"></a><code>property <b>List</b>: TList read FList;</code></td>
|
---|
131 | </tr>
|
---|
132 | </table>
|
---|
133 | <p>
|
---|
134 | By this property you have access to list of <a class="normal" href="ftpsend.TFTPListRec.html">TFTPListRec</a>. This is for compatibility only. Please, use <a class="normal" href="ftpsend.TFTPList.html#Items">Items</a> instead.</p>
|
---|
135 | <table class="detail">
|
---|
136 | <tr class="list">
|
---|
137 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
138 | <td class="itemcode"><a name="Items"></a><code>property <b>Items</b>[Index: Integer]: <a href="ftpsend.TFTPListRec.html">TFTPListRec</a> read GetListItem;</code></td>
|
---|
139 | </tr>
|
---|
140 | </table>
|
---|
141 | <p>
|
---|
142 | By this property you have access to list of <a class="normal" href="ftpsend.TFTPListRec.html">TFTPListRec</a>.</p>
|
---|
143 | <table class="detail">
|
---|
144 | <tr class="list">
|
---|
145 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
146 | <td class="itemcode"><a name="Lines"></a><code>property <b>Lines</b>: TStringList read FLines;</code></td>
|
---|
147 | </tr>
|
---|
148 | </table>
|
---|
149 | <p>
|
---|
150 | Set of lines with RAW directory listing for <a class="normal" href="ftpsend.TFTPList.html#ParseLines">ParseLines</a></p>
|
---|
151 | <table class="detail">
|
---|
152 | <tr class="list">
|
---|
153 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
154 | <td class="itemcode"><a name="Masks"></a><code>property <b>Masks</b>: TStringList read FMasks;</code></td>
|
---|
155 | </tr>
|
---|
156 | </table>
|
---|
157 | <p>
|
---|
158 | Set of masks for directory listing parser. It is predefined by default, however you can modify it as you need. (for example, you can add your own definition mask.) Mask is same as mask used in TotalCommander.</p>
|
---|
159 | <table class="detail">
|
---|
160 | <tr class="list">
|
---|
161 | <td class="visibility"><a href="legend.html"><img src="public.gif" alt="Public" title="Public"></a></td>
|
---|
162 | <td class="itemcode"><a name="UnparsedLines"></a><code>property <b>UnparsedLines</b>: TStringList read FUnparsedLines;</code></td>
|
---|
163 | </tr>
|
---|
164 | </table>
|
---|
165 | <p>
|
---|
166 | After <a class="normal" href="ftpsend.TFTPList.html#ParseLines">ParseLines</a> it holding lines what was not sucessfully parsed.</p>
|
---|
167 | <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:50</em>
|
---|
168 | </span>
|
---|
169 | </body></html>
|
---|