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

« back to all changes in this revision

Viewing changes to docs/xml/lcl/lazhelphtml.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="ISO-8859-1"?>
 
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<fpdoc-descriptions>
3
3
<package name="lcl">
4
4
 
9
9
-->
10
10
 
11
11
<module name="LazHelpHTML">
12
 
<short></short>
 
12
<short/>
13
13
<descr>
14
14
</descr>
15
15
 
16
16
<!-- unresolved type reference Visibility: default -->
17
17
<element name="Classes">
18
 
<short></short>
 
18
<short/>
19
19
<descr>
20
20
</descr>
21
21
<seealso>
24
24
 
25
25
<!-- unresolved type reference Visibility: default -->
26
26
<element name="SysUtils">
27
 
<short></short>
 
27
<short/>
28
28
<descr>
29
29
</descr>
30
30
<seealso>
33
33
 
34
34
<!-- unresolved type reference Visibility: default -->
35
35
<element name="LCLProc">
36
 
<short></short>
 
36
<short/>
37
37
<descr>
38
38
</descr>
39
39
<seealso>
42
42
 
43
43
<!-- unresolved type reference Visibility: default -->
44
44
<element name="Forms">
45
 
<short></short>
 
45
<short/>
46
46
<descr>
47
47
</descr>
48
48
<seealso>
51
51
 
52
52
<!-- unresolved type reference Visibility: default -->
53
53
<element name="Process">
54
 
<short></short>
 
54
<short/>
55
55
<descr>
56
56
</descr>
57
57
<seealso>
60
60
 
61
61
<!-- unresolved type reference Visibility: default -->
62
62
<element name="FileUtil">
63
 
<short></short>
 
63
<short/>
64
64
<descr>
65
65
</descr>
66
66
<seealso>
69
69
 
70
70
<!-- unresolved type reference Visibility: default -->
71
71
<element name="LazConfigStorage">
72
 
<short></short>
 
72
<short/>
73
73
<descr>
74
74
</descr>
75
75
<seealso>
78
78
 
79
79
<!-- unresolved type reference Visibility: default -->
80
80
<element name="LCLStrConsts">
81
 
<short></short>
 
81
<short/>
82
82
<descr>
83
83
</descr>
84
84
<seealso>
87
87
 
88
88
<!-- unresolved type reference Visibility: default -->
89
89
<element name="HelpIntfs">
90
 
<short></short>
 
90
<short/>
91
91
<descr>
92
92
</descr>
93
93
<seealso>
96
96
 
97
97
<!-- unresolved type reference Visibility: default -->
98
98
<element name="LazHelpIntf">
99
 
<short></short>
 
99
<short/>
100
100
<descr>
101
101
</descr>
102
102
<seealso>
105
105
 
106
106
<!-- object Visibility: default -->
107
107
<element name="THTMLHelpDatabase">
108
 
<short></short>
 
108
<short/>
109
109
<descr>
110
110
</descr>
111
111
<errors>
116
116
 
117
117
<!-- variable Visibility: private -->
118
118
<element name="THTMLHelpDatabase.FBaseURL">
119
 
<short></short>
 
119
<short/>
120
120
<descr>
121
121
</descr>
122
122
<seealso>
125
125
 
126
126
<!-- variable Visibility: private -->
127
127
<element name="THTMLHelpDatabase.FDefaultBaseURL">
128
 
<short></short>
 
128
<short/>
129
129
<descr>
130
130
</descr>
131
131
<seealso>
134
134
 
135
135
<!-- variable Visibility: private -->
136
136
<element name="THTMLHelpDatabase.FKeywordPrefix">
137
 
<short></short>
 
137
<short/>
138
138
<descr>
139
139
</descr>
140
140
<seealso>
143
143
 
144
144
<!-- variable Visibility: private -->
145
145
<element name="THTMLHelpDatabase.FKeywordPrefixNode">
146
 
<short></short>
 
146
<short/>
147
147
<descr>
148
148
</descr>
149
149
<seealso>
152
152
 
153
153
<!-- function Visibility: private -->
154
154
<element name="THTMLHelpDatabase.IsBaseURLStored">
155
 
<short></short>
 
155
<short/>
156
156
<descr>
157
157
</descr>
158
158
<errors>
163
163
 
164
164
<!-- function result Visibility: default -->
165
165
<element name="THTMLHelpDatabase.IsBaseURLStored.Result">
166
 
<short></short>
 
166
<short/>
167
167
</element>
168
168
 
169
169
<!-- procedure Visibility: private -->
170
170
<element name="THTMLHelpDatabase.SetBaseURL">
171
 
<short></short>
 
171
<short/>
172
172
<descr>
173
173
</descr>
174
174
<errors>
179
179
 
180
180
<!-- argument Visibility: default -->
181
181
<element name="THTMLHelpDatabase.SetBaseURL.AValue">
182
 
<short></short>
 
182
<short/>
183
183
</element>
184
184
 
185
185
<!-- procedure Visibility: private -->
186
186
<element name="THTMLHelpDatabase.SetDefaultBaseURL">
187
 
<short></short>
 
187
<short/>
188
188
<descr>
189
189
</descr>
190
190
<errors>
195
195
 
196
196
<!-- argument Visibility: default -->
197
197
<element name="THTMLHelpDatabase.SetDefaultBaseURL.AValue">
198
 
<short></short>
 
198
<short/>
199
199
</element>
200
200
 
201
201
<!-- constructor Visibility: public -->
202
202
<element name="THTMLHelpDatabase.Create">
203
 
<short></short>
 
203
<short/>
204
204
<descr>
205
205
</descr>
206
206
<errors>
211
211
 
212
212
<!-- argument Visibility: default -->
213
213
<element name="THTMLHelpDatabase.Create.TheOwner">
214
 
<short></short>
 
214
<short/>
215
215
</element>
216
216
 
217
217
<!-- destructor Visibility: public -->
218
218
<element name="THTMLHelpDatabase.Destroy">
219
 
<short></short>
 
219
<short/>
220
220
<descr>
221
221
</descr>
222
222
<errors>
227
227
 
228
228
<!-- function Visibility: public -->
229
229
<element name="THTMLHelpDatabase.ShowURL">
230
 
<short></short>
 
230
<short/>
231
231
<descr>
232
232
</descr>
233
233
<errors>
238
238
 
239
239
<!-- function result Visibility: default -->
240
240
<element name="THTMLHelpDatabase.ShowURL.Result">
241
 
<short></short>
 
241
<short/>
242
242
</element>
243
243
 
244
244
<!-- argument Visibility: default -->
245
245
<element name="THTMLHelpDatabase.ShowURL.URL">
246
 
<short></short>
 
246
<short/>
247
247
</element>
248
248
 
249
249
<!-- argument Visibility: default -->
250
250
<element name="THTMLHelpDatabase.ShowURL.Title">
251
 
<short></short>
 
251
<short/>
252
252
</element>
253
253
 
254
254
<!-- argument Visibility: default -->
255
255
<element name="THTMLHelpDatabase.ShowURL.ErrMsg">
256
 
<short></short>
 
256
<short/>
257
257
</element>
258
258
 
259
259
<!-- function Visibility: public -->
260
260
<element name="THTMLHelpDatabase.ShowHelp">
261
 
<short></short>
 
261
<short/>
262
262
<descr>
263
263
</descr>
264
264
<errors>
269
269
 
270
270
<!-- function result Visibility: default -->
271
271
<element name="THTMLHelpDatabase.ShowHelp.Result">
272
 
<short></short>
 
272
<short/>
273
273
</element>
274
274
 
275
275
<!-- argument Visibility: default -->
276
276
<element name="THTMLHelpDatabase.ShowHelp.Query">
277
 
<short></short>
 
277
<short/>
278
278
</element>
279
279
 
280
280
<!-- argument Visibility: default -->
281
281
<element name="THTMLHelpDatabase.ShowHelp.BaseNode">
282
 
<short></short>
 
282
<short/>
283
283
</element>
284
284
 
285
285
<!-- argument Visibility: default -->
286
286
<element name="THTMLHelpDatabase.ShowHelp.NewNode">
287
 
<short></short>
 
287
<short/>
288
288
</element>
289
289
 
290
290
<!-- argument Visibility: default -->
291
291
<element name="THTMLHelpDatabase.ShowHelp.QueryItem">
292
 
<short></short>
 
292
<short/>
293
293
</element>
294
294
 
295
295
<!-- argument Visibility: default -->
296
296
<element name="THTMLHelpDatabase.ShowHelp.ErrMsg">
297
 
<short></short>
 
297
<short/>
298
298
</element>
299
299
 
300
300
<!-- function Visibility: public -->
301
301
<element name="THTMLHelpDatabase.GetNodesForKeyword">
302
 
<short></short>
 
302
<short/>
303
303
<descr>
304
304
</descr>
305
305
<errors>
310
310
 
311
311
<!-- function result Visibility: default -->
312
312
<element name="THTMLHelpDatabase.GetNodesForKeyword.Result">
313
 
<short></short>
 
313
<short/>
314
314
</element>
315
315
 
316
316
<!-- argument Visibility: default -->
317
317
<element name="THTMLHelpDatabase.GetNodesForKeyword.HelpKeyword">
318
 
<short></short>
 
318
<short/>
319
319
</element>
320
320
 
321
321
<!-- argument Visibility: default -->
322
322
<element name="THTMLHelpDatabase.GetNodesForKeyword.ListOfNodes">
323
 
<short></short>
 
323
<short/>
324
324
</element>
325
325
 
326
326
<!-- argument Visibility: default -->
327
327
<element name="THTMLHelpDatabase.GetNodesForKeyword.ErrMsg">
328
 
<short></short>
 
328
<short/>
329
329
</element>
330
330
 
331
331
<!-- function Visibility: public -->
332
332
<element name="THTMLHelpDatabase.GetEffectiveBaseURL">
333
 
<short></short>
 
333
<short/>
334
334
<descr>
335
335
</descr>
336
336
<errors>
341
341
 
342
342
<!-- function result Visibility: default -->
343
343
<element name="THTMLHelpDatabase.GetEffectiveBaseURL.Result">
344
 
<short></short>
 
344
<short/>
345
345
</element>
346
346
 
347
347
<!-- procedure Visibility: public -->
348
348
<element name="THTMLHelpDatabase.Load">
349
 
<short></short>
 
349
<short/>
350
350
<descr>
351
351
</descr>
352
352
<errors>
357
357
 
358
358
<!-- argument Visibility: default -->
359
359
<element name="THTMLHelpDatabase.Load.Storage">
360
 
<short></short>
 
360
<short/>
361
361
</element>
362
362
 
363
363
<!-- procedure Visibility: public -->
364
364
<element name="THTMLHelpDatabase.Save">
365
 
<short></short>
 
365
<short/>
366
366
<descr>
367
367
</descr>
368
368
<errors>
373
373
 
374
374
<!-- argument Visibility: default -->
375
375
<element name="THTMLHelpDatabase.Save.Storage">
376
 
<short></short>
 
376
<short/>
377
377
</element>
378
378
 
379
379
<!-- property Visibility: public -->
380
380
<element name="THTMLHelpDatabase.DefaultBaseURL">
381
 
<short></short>
 
381
<short/>
382
382
<descr>
383
383
</descr>
384
384
<seealso>
387
387
 
388
388
<!-- property Visibility: published -->
389
389
<element name="THTMLHelpDatabase.BaseURL">
390
 
<short></short>
 
390
<short/>
391
391
<descr>
392
392
</descr>
393
393
<seealso>
396
396
 
397
397
<!-- property Visibility: published -->
398
398
<element name="THTMLHelpDatabase.AutoRegister">
399
 
<short></short>
 
399
<short/>
400
400
<descr>
401
401
</descr>
402
402
<seealso>
405
405
 
406
406
<!-- property Visibility: published -->
407
407
<element name="THTMLHelpDatabase.KeywordPrefix">
408
 
<short></short>
 
408
<short/>
409
409
<descr>
410
410
</descr>
411
411
<seealso>
414
414
 
415
415
<!-- procedure type Visibility: default -->
416
416
<element name="TOnFindDefaultBrowser">
417
 
<short></short>
 
417
<short/>
418
418
<descr>
419
419
</descr>
420
420
<seealso>
423
423
 
424
424
<!-- argument Visibility: default -->
425
425
<element name="TOnFindDefaultBrowser.DefaultBrowser">
426
 
<short></short>
 
426
<short/>
427
427
</element>
428
428
 
429
429
<!-- argument Visibility: default -->
430
430
<element name="TOnFindDefaultBrowser.Params">
431
 
<short></short>
 
431
<short/>
432
432
</element>
433
433
 
434
434
<!-- object Visibility: default -->
435
435
<element name="THTMLBrowserHelpViewer">
436
 
<short></short>
 
436
<short/>
437
437
<descr>
438
438
</descr>
439
439
<errors>
444
444
 
445
445
<!-- variable Visibility: private -->
446
446
<element name="THTMLBrowserHelpViewer.FBrowserParams">
447
 
<short></short>
 
447
<short/>
448
448
<descr>
449
449
</descr>
450
450
<seealso>
453
453
 
454
454
<!-- variable Visibility: private -->
455
455
<element name="THTMLBrowserHelpViewer.FBrowserPath">
456
 
<short></short>
 
456
<short/>
457
457
<descr>
458
458
</descr>
459
459
<seealso>
462
462
 
463
463
<!-- variable Visibility: private -->
464
464
<element name="THTMLBrowserHelpViewer.FDefaultBrowser">
465
 
<short></short>
 
465
<short/>
466
466
<descr>
467
467
</descr>
468
468
<seealso>
471
471
 
472
472
<!-- variable Visibility: private -->
473
473
<element name="THTMLBrowserHelpViewer.FDefaultBrowserParams">
474
 
<short></short>
 
474
<short/>
475
475
<descr>
476
476
</descr>
477
477
<seealso>
480
480
 
481
481
<!-- variable Visibility: private -->
482
482
<element name="THTMLBrowserHelpViewer.FOnFindDefaultBrowser">
483
 
<short></short>
 
483
<short/>
484
484
<descr>
485
485
</descr>
486
486
<seealso>
489
489
 
490
490
<!-- procedure Visibility: private -->
491
491
<element name="THTMLBrowserHelpViewer.SetBrowserParams">
492
 
<short></short>
 
492
<short/>
493
493
<descr>
494
494
</descr>
495
495
<errors>
500
500
 
501
501
<!-- argument Visibility: default -->
502
502
<element name="THTMLBrowserHelpViewer.SetBrowserParams.AValue">
503
 
<short></short>
 
503
<short/>
504
504
</element>
505
505
 
506
506
<!-- procedure Visibility: private -->
507
507
<element name="THTMLBrowserHelpViewer.SetBrowserPath">
508
 
<short></short>
 
508
<short/>
509
509
<descr>
510
510
</descr>
511
511
<errors>
516
516
 
517
517
<!-- argument Visibility: default -->
518
518
<element name="THTMLBrowserHelpViewer.SetBrowserPath.AValue">
519
 
<short></short>
 
519
<short/>
520
520
</element>
521
521
 
522
522
<!-- constructor Visibility: public -->
523
523
<element name="THTMLBrowserHelpViewer.Create">
524
 
<short></short>
 
524
<short/>
525
525
<descr>
526
526
</descr>
527
527
<errors>
532
532
 
533
533
<!-- argument Visibility: default -->
534
534
<element name="THTMLBrowserHelpViewer.Create.TheOwner">
535
 
<short></short>
 
535
<short/>
536
536
</element>
537
537
 
538
538
<!-- function Visibility: public -->
539
539
<element name="THTMLBrowserHelpViewer.ShowNode">
540
 
<short></short>
 
540
<short/>
541
541
<descr>
542
542
</descr>
543
543
<errors>
548
548
 
549
549
<!-- function result Visibility: default -->
550
550
<element name="THTMLBrowserHelpViewer.ShowNode.Result">
551
 
<short></short>
 
551
<short/>
552
552
</element>
553
553
 
554
554
<!-- argument Visibility: default -->
555
555
<element name="THTMLBrowserHelpViewer.ShowNode.Node">
556
 
<short></short>
 
556
<short/>
557
557
</element>
558
558
 
559
559
<!-- argument Visibility: default -->
560
560
<element name="THTMLBrowserHelpViewer.ShowNode.ErrMsg">
561
 
<short></short>
 
561
<short/>
562
562
</element>
563
563
 
564
564
<!-- procedure Visibility: public -->
565
565
<element name="THTMLBrowserHelpViewer.FindDefaultBrowser">
566
 
<short></short>
 
566
<short/>
567
567
<descr>
568
568
</descr>
569
569
<errors>
574
574
 
575
575
<!-- argument Visibility: default -->
576
576
<element name="THTMLBrowserHelpViewer.FindDefaultBrowser.Browser">
577
 
<short></short>
 
577
<short/>
578
578
</element>
579
579
 
580
580
<!-- argument Visibility: default -->
581
581
<element name="THTMLBrowserHelpViewer.FindDefaultBrowser.Params">
582
 
<short></short>
 
582
<short/>
583
583
</element>
584
584
 
585
585
<!-- procedure Visibility: public -->
586
586
<element name="THTMLBrowserHelpViewer.Assign">
587
 
<short></short>
 
587
<short/>
588
588
<descr>
589
589
</descr>
590
590
<errors>
595
595
 
596
596
<!-- argument Visibility: default -->
597
597
<element name="THTMLBrowserHelpViewer.Assign.Source">
598
 
<short></short>
 
598
<short/>
599
599
</element>
600
600
 
601
601
<!-- procedure Visibility: public -->
602
602
<element name="THTMLBrowserHelpViewer.Load">
603
 
<short></short>
 
603
<short/>
604
604
<descr>
605
605
</descr>
606
606
<errors>
611
611
 
612
612
<!-- argument Visibility: default -->
613
613
<element name="THTMLBrowserHelpViewer.Load.Storage">
614
 
<short></short>
 
614
<short/>
615
615
</element>
616
616
 
617
617
<!-- procedure Visibility: public -->
618
618
<element name="THTMLBrowserHelpViewer.Save">
619
 
<short></short>
 
619
<short/>
620
620
<descr>
621
621
</descr>
622
622
<errors>
627
627
 
628
628
<!-- argument Visibility: default -->
629
629
<element name="THTMLBrowserHelpViewer.Save.Storage">
630
 
<short></short>
 
630
<short/>
631
631
</element>
632
632
 
633
633
<!-- function Visibility: public -->
634
634
<element name="THTMLBrowserHelpViewer.GetLocalizedName">
635
 
<short></short>
 
635
<short/>
636
636
<descr>
637
637
</descr>
638
638
<errors>
643
643
 
644
644
<!-- function result Visibility: default -->
645
645
<element name="THTMLBrowserHelpViewer.GetLocalizedName.Result">
646
 
<short></short>
 
646
<short/>
647
647
</element>
648
648
 
649
649
<!-- property Visibility: public -->
650
650
<element name="THTMLBrowserHelpViewer.OnFindDefaultBrowser">
651
 
<short></short>
 
651
<short/>
652
652
<descr>
653
653
</descr>
654
654
<seealso>
657
657
 
658
658
<!-- property Visibility: published -->
659
659
<element name="THTMLBrowserHelpViewer.BrowserPath">
660
 
<short></short>
 
660
<short/>
661
661
<descr>
662
662
</descr>
663
663
<seealso>
666
666
 
667
667
<!-- property Visibility: published -->
668
668
<element name="THTMLBrowserHelpViewer.BrowserParams">
669
 
<short></short>
 
669
<short/>
670
670
<descr>
671
671
</descr>
672
672
<seealso>
675
675
 
676
676
<!-- property Visibility: published -->
677
677
<element name="THTMLBrowserHelpViewer.AutoRegister">
678
 
<short></short>
 
678
<short/>
679
679
<descr>
680
680
</descr>
681
681
<seealso>
684
684
 
685
685
<!-- procedure Visibility: default -->
686
686
<element name="Register">
687
 
<short></short>
 
687
<short/>
688
688
<descr>
689
689
</descr>
690
690
<errors>