~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to docs/xml/lazutils/lazfileutils.xml

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<fpdoc-descriptions>
 
3
<package name="lazutils">
 
4
 
 
5
<!--
 
6
  ====================================================================
 
7
    LazFileUtils
 
8
  ====================================================================
 
9
-->
 
10
 
 
11
<module name="LazFileUtils">
 
12
<short></short>
 
13
<descr>
 
14
</descr>
 
15
 
 
16
<!-- function Visibility: default -->
 
17
<element name="CompareFilenames">
 
18
<short></short>
 
19
<descr>
 
20
</descr>
 
21
<errors>
 
22
</errors>
 
23
<seealso>
 
24
</seealso>
 
25
</element>
 
26
 
 
27
<!-- function result Visibility: default -->
 
28
<element name="CompareFilenames.Result">
 
29
<short></short>
 
30
</element>
 
31
 
 
32
<!-- argument Visibility: default -->
 
33
<element name="CompareFilenames.Filename1">
 
34
<short></short>
 
35
</element>
 
36
 
 
37
<!-- argument Visibility: default -->
 
38
<element name="CompareFilenames.Filename2">
 
39
<short></short>
 
40
</element>
 
41
 
 
42
<!-- function Visibility: default -->
 
43
<element name="CompareFilenamesIgnoreCase">
 
44
<short></short>
 
45
<descr>
 
46
</descr>
 
47
<errors>
 
48
</errors>
 
49
<seealso>
 
50
</seealso>
 
51
</element>
 
52
 
 
53
<!-- function result Visibility: default -->
 
54
<element name="CompareFilenamesIgnoreCase.Result">
 
55
<short></short>
 
56
</element>
 
57
 
 
58
<!-- argument Visibility: default -->
 
59
<element name="CompareFilenamesIgnoreCase.Filename1">
 
60
<short></short>
 
61
</element>
 
62
 
 
63
<!-- argument Visibility: default -->
 
64
<element name="CompareFilenamesIgnoreCase.Filename2">
 
65
<short></short>
 
66
</element>
 
67
 
 
68
<!-- function Visibility: default -->
 
69
<element name="CompareFileExt">
 
70
<short></short>
 
71
<descr>
 
72
</descr>
 
73
<errors>
 
74
</errors>
 
75
<seealso>
 
76
</seealso>
 
77
</element>
 
78
 
 
79
<!-- function result Visibility: default -->
 
80
<element name="CompareFileExt.Result">
 
81
<short></short>
 
82
</element>
 
83
 
 
84
<!-- argument Visibility: default -->
 
85
<element name="CompareFileExt.Filename">
 
86
<short></short>
 
87
</element>
 
88
 
 
89
<!-- argument Visibility: default -->
 
90
<element name="CompareFileExt.Ext">
 
91
<short></short>
 
92
</element>
 
93
 
 
94
<!-- argument Visibility: default -->
 
95
<element name="CompareFileExt.CaseSensitive">
 
96
<short></short>
 
97
</element>
 
98
 
 
99
<!-- function Visibility: default -->
 
100
<element name="CompareFilenameStarts">
 
101
<short></short>
 
102
<descr>
 
103
</descr>
 
104
<errors>
 
105
</errors>
 
106
<seealso>
 
107
</seealso>
 
108
</element>
 
109
 
 
110
<!-- function result Visibility: default -->
 
111
<element name="CompareFilenameStarts.Result">
 
112
<short></short>
 
113
</element>
 
114
 
 
115
<!-- argument Visibility: default -->
 
116
<element name="CompareFilenameStarts.Filename1">
 
117
<short></short>
 
118
</element>
 
119
 
 
120
<!-- argument Visibility: default -->
 
121
<element name="CompareFilenameStarts.Filename2">
 
122
<short></short>
 
123
</element>
 
124
 
 
125
<!-- argument Visibility: default -->
 
126
<element name="CompareFilenames.Len1">
 
127
<short></short>
 
128
</element>
 
129
 
 
130
<!-- argument Visibility: default -->
 
131
<element name="CompareFilenames.Len2">
 
132
<short></short>
 
133
</element>
 
134
 
 
135
<!-- function Visibility: default -->
 
136
<element name="DirPathExists">
 
137
<short></short>
 
138
<descr>
 
139
</descr>
 
140
<errors>
 
141
</errors>
 
142
<seealso>
 
143
</seealso>
 
144
</element>
 
145
 
 
146
<!-- function result Visibility: default -->
 
147
<element name="DirPathExists.Result">
 
148
<short></short>
 
149
</element>
 
150
 
 
151
<!-- argument Visibility: default -->
 
152
<element name="DirPathExists.DirectoryName">
 
153
<short></short>
 
154
</element>
 
155
 
 
156
<!-- function Visibility: default -->
 
157
<element name="DirectoryIsWritable">
 
158
<short></short>
 
159
<descr>
 
160
</descr>
 
161
<errors>
 
162
</errors>
 
163
<seealso>
 
164
</seealso>
 
165
</element>
 
166
 
 
167
<!-- function result Visibility: default -->
 
168
<element name="DirectoryIsWritable.Result">
 
169
<short></short>
 
170
</element>
 
171
 
 
172
<!-- argument Visibility: default -->
 
173
<element name="DirectoryIsWritable.DirectoryName">
 
174
<short></short>
 
175
</element>
 
176
 
 
177
<!-- function Visibility: default -->
 
178
<element name="ExtractFileNameOnly">
 
179
<short></short>
 
180
<descr>
 
181
</descr>
 
182
<errors>
 
183
</errors>
 
184
<seealso>
 
185
</seealso>
 
186
</element>
 
187
 
 
188
<!-- function result Visibility: default -->
 
189
<element name="ExtractFileNameOnly.Result">
 
190
<short></short>
 
191
</element>
 
192
 
 
193
<!-- argument Visibility: default -->
 
194
<element name="ExtractFileNameOnly.AFilename">
 
195
<short></short>
 
196
</element>
 
197
 
 
198
<!-- function Visibility: default -->
 
199
<element name="FilenameIsAbsolute">
 
200
<short></short>
 
201
<descr>
 
202
</descr>
 
203
<errors>
 
204
</errors>
 
205
<seealso>
 
206
</seealso>
 
207
</element>
 
208
 
 
209
<!-- function result Visibility: default -->
 
210
<element name="FilenameIsAbsolute.Result">
 
211
<short></short>
 
212
</element>
 
213
 
 
214
<!-- argument Visibility: default -->
 
215
<element name="FilenameIsAbsolute.TheFilename">
 
216
<short></short>
 
217
</element>
 
218
 
 
219
<!-- function Visibility: default -->
 
220
<element name="FilenameIsWinAbsolute">
 
221
<short></short>
 
222
<descr>
 
223
</descr>
 
224
<errors>
 
225
</errors>
 
226
<seealso>
 
227
</seealso>
 
228
</element>
 
229
 
 
230
<!-- function result Visibility: default -->
 
231
<element name="FilenameIsWinAbsolute.Result">
 
232
<short></short>
 
233
</element>
 
234
 
 
235
<!-- argument Visibility: default -->
 
236
<element name="FilenameIsWinAbsolute.TheFilename">
 
237
<short></short>
 
238
</element>
 
239
 
 
240
<!-- function Visibility: default -->
 
241
<element name="FilenameIsUnixAbsolute">
 
242
<short></short>
 
243
<descr>
 
244
</descr>
 
245
<errors>
 
246
</errors>
 
247
<seealso>
 
248
</seealso>
 
249
</element>
 
250
 
 
251
<!-- function result Visibility: default -->
 
252
<element name="FilenameIsUnixAbsolute.Result">
 
253
<short></short>
 
254
</element>
 
255
 
 
256
<!-- argument Visibility: default -->
 
257
<element name="FilenameIsUnixAbsolute.TheFilename">
 
258
<short></short>
 
259
</element>
 
260
 
 
261
<!-- function Visibility: default -->
 
262
<element name="ForceDirectory">
 
263
<short></short>
 
264
<descr>
 
265
</descr>
 
266
<errors>
 
267
</errors>
 
268
<seealso>
 
269
</seealso>
 
270
</element>
 
271
 
 
272
<!-- function result Visibility: default -->
 
273
<element name="ForceDirectory.Result">
 
274
<short></short>
 
275
</element>
 
276
 
 
277
<!-- argument Visibility: default -->
 
278
<element name="ForceDirectory.DirectoryName">
 
279
<short></short>
 
280
</element>
 
281
 
 
282
<!-- procedure Visibility: default -->
 
283
<element name="CheckIfFileIsExecutable">
 
284
<short></short>
 
285
<descr>
 
286
</descr>
 
287
<errors>
 
288
</errors>
 
289
<seealso>
 
290
</seealso>
 
291
</element>
 
292
 
 
293
<!-- argument Visibility: default -->
 
294
<element name="CheckIfFileIsExecutable.AFilename">
 
295
<short></short>
 
296
</element>
 
297
 
 
298
<!-- function Visibility: default -->
 
299
<element name="FileIsExecutable">
 
300
<short></short>
 
301
<descr>
 
302
</descr>
 
303
<errors>
 
304
</errors>
 
305
<seealso>
 
306
</seealso>
 
307
</element>
 
308
 
 
309
<!-- function result Visibility: default -->
 
310
<element name="FileIsExecutable.Result">
 
311
<short></short>
 
312
</element>
 
313
 
 
314
<!-- argument Visibility: default -->
 
315
<element name="FileIsExecutable.AFilename">
 
316
<short></short>
 
317
</element>
 
318
 
 
319
<!-- function Visibility: default -->
 
320
<element name="FileIsReadable">
 
321
<short></short>
 
322
<descr>
 
323
</descr>
 
324
<errors>
 
325
</errors>
 
326
<seealso>
 
327
</seealso>
 
328
</element>
 
329
 
 
330
<!-- function result Visibility: default -->
 
331
<element name="FileIsReadable.Result">
 
332
<short></short>
 
333
</element>
 
334
 
 
335
<!-- argument Visibility: default -->
 
336
<element name="FileIsReadable.AFilename">
 
337
<short></short>
 
338
</element>
 
339
 
 
340
<!-- function Visibility: default -->
 
341
<element name="FileIsWritable">
 
342
<short></short>
 
343
<descr>
 
344
</descr>
 
345
<errors>
 
346
</errors>
 
347
<seealso>
 
348
</seealso>
 
349
</element>
 
350
 
 
351
<!-- function result Visibility: default -->
 
352
<element name="FileIsWritable.Result">
 
353
<short></short>
 
354
</element>
 
355
 
 
356
<!-- argument Visibility: default -->
 
357
<element name="FileIsWritable.AFilename">
 
358
<short></short>
 
359
</element>
 
360
 
 
361
<!-- function Visibility: default -->
 
362
<element name="FileIsText">
 
363
<short></short>
 
364
<descr>
 
365
</descr>
 
366
<errors>
 
367
</errors>
 
368
<seealso>
 
369
</seealso>
 
370
</element>
 
371
 
 
372
<!-- function result Visibility: default -->
 
373
<element name="FileIsText.Result">
 
374
<short></short>
 
375
</element>
 
376
 
 
377
<!-- argument Visibility: default -->
 
378
<element name="FileIsText.AFilename">
 
379
<short></short>
 
380
</element>
 
381
 
 
382
<!-- argument Visibility: default -->
 
383
<element name="FileIsText.FileReadable">
 
384
<short></short>
 
385
</element>
 
386
 
 
387
<!-- function Visibility: default -->
 
388
<element name="FilenameIsTrimmed">
 
389
<short></short>
 
390
<descr>
 
391
</descr>
 
392
<errors>
 
393
</errors>
 
394
<seealso>
 
395
</seealso>
 
396
</element>
 
397
 
 
398
<!-- function result Visibility: default -->
 
399
<element name="FilenameIsTrimmed.Result">
 
400
<short></short>
 
401
</element>
 
402
 
 
403
<!-- argument Visibility: default -->
 
404
<element name="FilenameIsTrimmed.TheFilename">
 
405
<short></short>
 
406
</element>
 
407
 
 
408
<!-- argument Visibility: default -->
 
409
<element name="FilenameIsTrimmed.StartPos">
 
410
<short></short>
 
411
</element>
 
412
 
 
413
<!-- argument Visibility: default -->
 
414
<element name="FilenameIsTrimmed.NameLen">
 
415
<short></short>
 
416
</element>
 
417
 
 
418
<!-- function Visibility: default -->
 
419
<element name="TrimFilename">
 
420
<short></short>
 
421
<descr>
 
422
</descr>
 
423
<errors>
 
424
</errors>
 
425
<seealso>
 
426
</seealso>
 
427
</element>
 
428
 
 
429
<!-- function result Visibility: default -->
 
430
<element name="TrimFilename.Result">
 
431
<short></short>
 
432
</element>
 
433
 
 
434
<!-- argument Visibility: default -->
 
435
<element name="TrimFilename.AFilename">
 
436
<short></short>
 
437
</element>
 
438
 
 
439
<!-- function Visibility: default -->
 
440
<element name="CleanAndExpandFilename">
 
441
<short></short>
 
442
<descr>
 
443
</descr>
 
444
<errors>
 
445
</errors>
 
446
<seealso>
 
447
</seealso>
 
448
</element>
 
449
 
 
450
<!-- function result Visibility: default -->
 
451
<element name="CleanAndExpandFilename.Result">
 
452
<short></short>
 
453
</element>
 
454
 
 
455
<!-- argument Visibility: default -->
 
456
<element name="CleanAndExpandFilename.Filename">
 
457
<short></short>
 
458
</element>
 
459
 
 
460
<!-- function Visibility: default -->
 
461
<element name="CleanAndExpandDirectory">
 
462
<short></short>
 
463
<descr>
 
464
</descr>
 
465
<errors>
 
466
</errors>
 
467
<seealso>
 
468
</seealso>
 
469
</element>
 
470
 
 
471
<!-- function result Visibility: default -->
 
472
<element name="CleanAndExpandDirectory.Result">
 
473
<short></short>
 
474
</element>
 
475
 
 
476
<!-- argument Visibility: default -->
 
477
<element name="CleanAndExpandDirectory.Filename">
 
478
<short></short>
 
479
</element>
 
480
 
 
481
<!-- function Visibility: default -->
 
482
<element name="TrimAndExpandFilename">
 
483
<short></short>
 
484
<descr>
 
485
</descr>
 
486
<errors>
 
487
</errors>
 
488
<seealso>
 
489
</seealso>
 
490
</element>
 
491
 
 
492
<!-- function result Visibility: default -->
 
493
<element name="TrimAndExpandFilename.Result">
 
494
<short></short>
 
495
</element>
 
496
 
 
497
<!-- argument Visibility: default -->
 
498
<element name="TrimAndExpandFilename.Filename">
 
499
<short></short>
 
500
</element>
 
501
 
 
502
<!-- function Visibility: default -->
 
503
<element name="TrimAndExpandDirectory">
 
504
<short></short>
 
505
<descr>
 
506
</descr>
 
507
<errors>
 
508
</errors>
 
509
<seealso>
 
510
</seealso>
 
511
</element>
 
512
 
 
513
<!-- function result Visibility: default -->
 
514
<element name="TrimAndExpandDirectory.Result">
 
515
<short></short>
 
516
</element>
 
517
 
 
518
<!-- argument Visibility: default -->
 
519
<element name="TrimAndExpandDirectory.Filename">
 
520
<short></short>
 
521
</element>
 
522
 
 
523
<!-- function Visibility: default -->
 
524
<element name="CreateRelativePath">
 
525
<short></short>
 
526
<descr>
 
527
</descr>
 
528
<errors>
 
529
</errors>
 
530
<seealso>
 
531
</seealso>
 
532
</element>
 
533
 
 
534
<!-- function result Visibility: default -->
 
535
<element name="CreateRelativePath.Result">
 
536
<short></short>
 
537
</element>
 
538
 
 
539
<!-- argument Visibility: default -->
 
540
<element name="CreateRelativePath.Filename">
 
541
<short></short>
 
542
</element>
 
543
 
 
544
<!-- argument Visibility: default -->
 
545
<element name="CreateRelativePath.BaseDirectory">
 
546
<short></short>
 
547
</element>
 
548
 
 
549
<!-- argument Visibility: default -->
 
550
<element name="CreateRelativePath.UsePointDirectory">
 
551
<short></short>
 
552
</element>
 
553
 
 
554
<!-- function Visibility: default -->
 
555
<element name="FileIsInPath">
 
556
<short></short>
 
557
<descr>
 
558
</descr>
 
559
<errors>
 
560
</errors>
 
561
<seealso>
 
562
</seealso>
 
563
</element>
 
564
 
 
565
<!-- function result Visibility: default -->
 
566
<element name="FileIsInPath.Result">
 
567
<short></short>
 
568
</element>
 
569
 
 
570
<!-- argument Visibility: default -->
 
571
<element name="FileIsInPath.Filename">
 
572
<short></short>
 
573
</element>
 
574
 
 
575
<!-- argument Visibility: default -->
 
576
<element name="FileIsInPath.Path">
 
577
<short></short>
 
578
</element>
 
579
 
 
580
<!-- function Visibility: default -->
 
581
<element name="AppendPathDelim">
 
582
<short></short>
 
583
<descr>
 
584
</descr>
 
585
<errors>
 
586
</errors>
 
587
<seealso>
 
588
</seealso>
 
589
</element>
 
590
 
 
591
<!-- function result Visibility: default -->
 
592
<element name="AppendPathDelim.Result">
 
593
<short></short>
 
594
</element>
 
595
 
 
596
<!-- argument Visibility: default -->
 
597
<element name="AppendPathDelim.Path">
 
598
<short></short>
 
599
</element>
 
600
 
 
601
<!-- function Visibility: default -->
 
602
<element name="ChompPathDelim">
 
603
<short></short>
 
604
<descr>
 
605
</descr>
 
606
<errors>
 
607
</errors>
 
608
<seealso>
 
609
</seealso>
 
610
</element>
 
611
 
 
612
<!-- function result Visibility: default -->
 
613
<element name="ChompPathDelim.Result">
 
614
<short></short>
 
615
</element>
 
616
 
 
617
<!-- argument Visibility: default -->
 
618
<element name="ChompPathDelim.Path">
 
619
<short></short>
 
620
</element>
 
621
 
 
622
<!-- function Visibility: default -->
 
623
<element name="FileExistsUTF8">
 
624
<short></short>
 
625
<descr>
 
626
</descr>
 
627
<errors>
 
628
</errors>
 
629
<seealso>
 
630
</seealso>
 
631
</element>
 
632
 
 
633
<!-- function result Visibility: default -->
 
634
<element name="FileExistsUTF8.Result">
 
635
<short></short>
 
636
</element>
 
637
 
 
638
<!-- argument Visibility: default -->
 
639
<element name="FileExistsUTF8.Filename">
 
640
<short></short>
 
641
</element>
 
642
 
 
643
<!-- function Visibility: default -->
 
644
<element name="FileAgeUTF8">
 
645
<short></short>
 
646
<descr>
 
647
</descr>
 
648
<errors>
 
649
</errors>
 
650
<seealso>
 
651
</seealso>
 
652
</element>
 
653
 
 
654
<!-- function result Visibility: default -->
 
655
<element name="FileAgeUTF8.Result">
 
656
<short></short>
 
657
</element>
 
658
 
 
659
<!-- argument Visibility: default -->
 
660
<element name="FileAgeUTF8.FileName">
 
661
<short></short>
 
662
</element>
 
663
 
 
664
<!-- function Visibility: default -->
 
665
<element name="DirectoryExistsUTF8">
 
666
<short></short>
 
667
<descr>
 
668
</descr>
 
669
<errors>
 
670
</errors>
 
671
<seealso>
 
672
</seealso>
 
673
</element>
 
674
 
 
675
<!-- function result Visibility: default -->
 
676
<element name="DirectoryExistsUTF8.Result">
 
677
<short></short>
 
678
</element>
 
679
 
 
680
<!-- argument Visibility: default -->
 
681
<element name="DirectoryExistsUTF8.Directory">
 
682
<short></short>
 
683
</element>
 
684
 
 
685
<!-- function Visibility: default -->
 
686
<element name="ExpandFileNameUTF8">
 
687
<short></short>
 
688
<descr>
 
689
</descr>
 
690
<errors>
 
691
</errors>
 
692
<seealso>
 
693
</seealso>
 
694
</element>
 
695
 
 
696
<!-- function result Visibility: default -->
 
697
<element name="ExpandFileNameUTF8.Result">
 
698
<short></short>
 
699
</element>
 
700
 
 
701
<!-- argument Visibility: default -->
 
702
<element name="ExpandFileNameUTF8.FileName">
 
703
<short></short>
 
704
</element>
 
705
 
 
706
<!-- function Visibility: default -->
 
707
<element name="FindFirstUTF8">
 
708
<short></short>
 
709
<descr>
 
710
</descr>
 
711
<errors>
 
712
</errors>
 
713
<seealso>
 
714
</seealso>
 
715
</element>
 
716
 
 
717
<!-- function result Visibility: default -->
 
718
<element name="FindFirstUTF8.Result">
 
719
<short></short>
 
720
</element>
 
721
 
 
722
<!-- argument Visibility: default -->
 
723
<element name="FindFirstUTF8.Path">
 
724
<short></short>
 
725
</element>
 
726
 
 
727
<!-- argument Visibility: default -->
 
728
<element name="FindFirstUTF8.Attr">
 
729
<short></short>
 
730
</element>
 
731
 
 
732
<!-- argument Visibility: default -->
 
733
<element name="FindFirstUTF8.Rslt">
 
734
<short></short>
 
735
</element>
 
736
 
 
737
<!-- function Visibility: default -->
 
738
<element name="FindNextUTF8">
 
739
<short></short>
 
740
<descr>
 
741
</descr>
 
742
<errors>
 
743
</errors>
 
744
<seealso>
 
745
</seealso>
 
746
</element>
 
747
 
 
748
<!-- function result Visibility: default -->
 
749
<element name="FindNextUTF8.Result">
 
750
<short></short>
 
751
</element>
 
752
 
 
753
<!-- argument Visibility: default -->
 
754
<element name="FindNextUTF8.Rslt">
 
755
<short></short>
 
756
</element>
 
757
 
 
758
<!-- procedure Visibility: default -->
 
759
<element name="FindCloseUTF8">
 
760
<short></short>
 
761
<descr>
 
762
</descr>
 
763
<errors>
 
764
</errors>
 
765
<seealso>
 
766
</seealso>
 
767
</element>
 
768
 
 
769
<!-- argument Visibility: default -->
 
770
<element name="FindCloseUTF8.F">
 
771
<short></short>
 
772
</element>
 
773
 
 
774
<!-- function Visibility: default -->
 
775
<element name="FileSetDateUTF8">
 
776
<short></short>
 
777
<descr>
 
778
</descr>
 
779
<errors>
 
780
</errors>
 
781
<seealso>
 
782
</seealso>
 
783
</element>
 
784
 
 
785
<!-- function result Visibility: default -->
 
786
<element name="FileSetDateUTF8.Result">
 
787
<short></short>
 
788
</element>
 
789
 
 
790
<!-- argument Visibility: default -->
 
791
<element name="FileSetDateUTF8.FileName">
 
792
<short></short>
 
793
</element>
 
794
 
 
795
<!-- argument Visibility: default -->
 
796
<element name="FileSetDateUTF8.Age">
 
797
<short></short>
 
798
</element>
 
799
 
 
800
<!-- function Visibility: default -->
 
801
<element name="FileGetAttrUTF8">
 
802
<short></short>
 
803
<descr>
 
804
</descr>
 
805
<errors>
 
806
</errors>
 
807
<seealso>
 
808
</seealso>
 
809
</element>
 
810
 
 
811
<!-- function result Visibility: default -->
 
812
<element name="FileGetAttrUTF8.Result">
 
813
<short></short>
 
814
</element>
 
815
 
 
816
<!-- argument Visibility: default -->
 
817
<element name="FileGetAttrUTF8.FileName">
 
818
<short></short>
 
819
</element>
 
820
 
 
821
<!-- function Visibility: default -->
 
822
<element name="FileSetAttrUTF8">
 
823
<short></short>
 
824
<descr>
 
825
</descr>
 
826
<errors>
 
827
</errors>
 
828
<seealso>
 
829
</seealso>
 
830
</element>
 
831
 
 
832
<!-- function result Visibility: default -->
 
833
<element name="FileSetAttrUTF8.Result">
 
834
<short></short>
 
835
</element>
 
836
 
 
837
<!-- argument Visibility: default -->
 
838
<element name="FileSetAttrUTF8.Filename">
 
839
<short></short>
 
840
</element>
 
841
 
 
842
<!-- argument Visibility: default -->
 
843
<element name="FileSetAttrUTF8.Attr">
 
844
<short></short>
 
845
</element>
 
846
 
 
847
<!-- function Visibility: default -->
 
848
<element name="DeleteFileUTF8">
 
849
<short></short>
 
850
<descr>
 
851
</descr>
 
852
<errors>
 
853
</errors>
 
854
<seealso>
 
855
</seealso>
 
856
</element>
 
857
 
 
858
<!-- function result Visibility: default -->
 
859
<element name="DeleteFileUTF8.Result">
 
860
<short></short>
 
861
</element>
 
862
 
 
863
<!-- argument Visibility: default -->
 
864
<element name="DeleteFileUTF8.FileName">
 
865
<short></short>
 
866
</element>
 
867
 
 
868
<!-- function Visibility: default -->
 
869
<element name="RenameFileUTF8">
 
870
<short></short>
 
871
<descr>
 
872
</descr>
 
873
<errors>
 
874
</errors>
 
875
<seealso>
 
876
</seealso>
 
877
</element>
 
878
 
 
879
<!-- function result Visibility: default -->
 
880
<element name="RenameFileUTF8.Result">
 
881
<short></short>
 
882
</element>
 
883
 
 
884
<!-- argument Visibility: default -->
 
885
<element name="RenameFileUTF8.OldName">
 
886
<short></short>
 
887
</element>
 
888
 
 
889
<!-- argument Visibility: default -->
 
890
<element name="RenameFileUTF8.NewName">
 
891
<short></short>
 
892
</element>
 
893
 
 
894
<!-- function Visibility: default -->
 
895
<element name="FileSearchUTF8">
 
896
<short></short>
 
897
<descr>
 
898
</descr>
 
899
<errors>
 
900
</errors>
 
901
<seealso>
 
902
</seealso>
 
903
</element>
 
904
 
 
905
<!-- function result Visibility: default -->
 
906
<element name="FileSearchUTF8.Result">
 
907
<short></short>
 
908
</element>
 
909
 
 
910
<!-- argument Visibility: default -->
 
911
<element name="FileSearchUTF8.Name">
 
912
<short></short>
 
913
</element>
 
914
 
 
915
<!-- argument Visibility: default -->
 
916
<element name="FileSearchUTF8.DirList">
 
917
<short></short>
 
918
</element>
 
919
 
 
920
<!-- function Visibility: default -->
 
921
<element name="FileIsReadOnlyUTF8">
 
922
<short></short>
 
923
<descr>
 
924
</descr>
 
925
<errors>
 
926
</errors>
 
927
<seealso>
 
928
</seealso>
 
929
</element>
 
930
 
 
931
<!-- function result Visibility: default -->
 
932
<element name="FileIsReadOnlyUTF8.Result">
 
933
<short></short>
 
934
</element>
 
935
 
 
936
<!-- argument Visibility: default -->
 
937
<element name="FileIsReadOnlyUTF8.FileName">
 
938
<short></short>
 
939
</element>
 
940
 
 
941
<!-- function Visibility: default -->
 
942
<element name="GetCurrentDirUTF8">
 
943
<short></short>
 
944
<descr>
 
945
</descr>
 
946
<errors>
 
947
</errors>
 
948
<seealso>
 
949
</seealso>
 
950
</element>
 
951
 
 
952
<!-- function result Visibility: default -->
 
953
<element name="GetCurrentDirUTF8.Result">
 
954
<short></short>
 
955
</element>
 
956
 
 
957
<!-- function Visibility: default -->
 
958
<element name="SetCurrentDirUTF8">
 
959
<short></short>
 
960
<descr>
 
961
</descr>
 
962
<errors>
 
963
</errors>
 
964
<seealso>
 
965
</seealso>
 
966
</element>
 
967
 
 
968
<!-- function result Visibility: default -->
 
969
<element name="SetCurrentDirUTF8.Result">
 
970
<short></short>
 
971
</element>
 
972
 
 
973
<!-- argument Visibility: default -->
 
974
<element name="SetCurrentDirUTF8.NewDir">
 
975
<short></short>
 
976
</element>
 
977
 
 
978
<!-- function Visibility: default -->
 
979
<element name="CreateDirUTF8">
 
980
<short></short>
 
981
<descr>
 
982
</descr>
 
983
<errors>
 
984
</errors>
 
985
<seealso>
 
986
</seealso>
 
987
</element>
 
988
 
 
989
<!-- function result Visibility: default -->
 
990
<element name="CreateDirUTF8.Result">
 
991
<short></short>
 
992
</element>
 
993
 
 
994
<!-- argument Visibility: default -->
 
995
<element name="CreateDirUTF8.NewDir">
 
996
<short></short>
 
997
</element>
 
998
 
 
999
<!-- function Visibility: default -->
 
1000
<element name="RemoveDirUTF8">
 
1001
<short></short>
 
1002
<descr>
 
1003
</descr>
 
1004
<errors>
 
1005
</errors>
 
1006
<seealso>
 
1007
</seealso>
 
1008
</element>
 
1009
 
 
1010
<!-- function result Visibility: default -->
 
1011
<element name="RemoveDirUTF8.Result">
 
1012
<short></short>
 
1013
</element>
 
1014
 
 
1015
<!-- argument Visibility: default -->
 
1016
<element name="RemoveDirUTF8.Dir">
 
1017
<short></short>
 
1018
</element>
 
1019
 
 
1020
<!-- function Visibility: default -->
 
1021
<element name="ForceDirectoriesUTF8">
 
1022
<short></short>
 
1023
<descr>
 
1024
</descr>
 
1025
<errors>
 
1026
</errors>
 
1027
<seealso>
 
1028
</seealso>
 
1029
</element>
 
1030
 
 
1031
<!-- function result Visibility: default -->
 
1032
<element name="ForceDirectoriesUTF8.Result">
 
1033
<short></short>
 
1034
</element>
 
1035
 
 
1036
<!-- argument Visibility: default -->
 
1037
<element name="ForceDirectoriesUTF8.Dir">
 
1038
<short></short>
 
1039
</element>
 
1040
 
 
1041
<!-- procedure type Visibility: default -->
 
1042
<element name="TInvalidateFileStateCacheEvent">
 
1043
<short></short>
 
1044
<descr>
 
1045
</descr>
 
1046
<seealso>
 
1047
</seealso>
 
1048
</element>
 
1049
 
 
1050
<!-- argument Visibility: default -->
 
1051
<element name="TInvalidateFileStateCacheEvent.Filename">
 
1052
<short></short>
 
1053
</element>
 
1054
 
 
1055
<!-- variable Visibility: default -->
 
1056
<element name="OnInvalidateFileStateCache">
 
1057
<short></short>
 
1058
<descr>
 
1059
</descr>
 
1060
<seealso>
 
1061
</seealso>
 
1062
</element>
 
1063
 
 
1064
<!-- procedure Visibility: default -->
 
1065
<element name="InvalidateFileStateCache">
 
1066
<short></short>
 
1067
<descr>
 
1068
</descr>
 
1069
<errors>
 
1070
</errors>
 
1071
<seealso>
 
1072
</seealso>
 
1073
</element>
 
1074
 
 
1075
<!-- argument Visibility: default -->
 
1076
<element name="InvalidateFileStateCache.Filename">
 
1077
<short></short>
 
1078
</element>
 
1079
 
 
1080
</module> <!-- LazFileUtils -->
 
1081
 
 
1082
</package>
 
1083
</fpdoc-descriptions>