blob: be02edee2803f6d61a0eb6faa3b8c3d027a06e29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
|
# FPDoc Content File
:link tree
#GUI index.html
fpg_dialogs fpg_dialogs/index.html
mbYesNoCancel fpg_dialogs/mbyesnocancel.html
mbYesNo fpg_dialogs/mbyesno.html
mbOKCancel fpg_dialogs/mbokcancel.html
mbAbortRetryIgnore fpg_dialogs/mbabortretryignore.html
sfdOpen fpg_dialogs/sfdopen.html
sfdSave fpg_dialogs/sfdsave.html
cMsgDlgBtnText fpg_dialogs/cmsgdlgbtntext.html
stdimg_fpgui_logo fpg_dialogs/stdimg_fpgui_logo.html
TfpgMsgDlgType fpg_dialogs/tfpgmsgdlgtype.html
TfpgMsgDlgBtn fpg_dialogs/tfpgmsgdlgbtn.html
TfpgMsgDlgButtons fpg_dialogs/tfpgmsgdlgbuttons.html
TfpgMessageBox fpg_dialogs/tfpgmessagebox.html
HandleKeyPress fpg_dialogs/tfpgmessagebox.handlekeypress.html
HandlePaint fpg_dialogs/tfpgmessagebox.handlepaint.html
HandleShow fpg_dialogs/tfpgmessagebox.handleshow.html
Create fpg_dialogs/tfpgmessagebox.create.html
Destroy fpg_dialogs/tfpgmessagebox.destroy.html
SetMessage fpg_dialogs/tfpgmessagebox.setmessage.html
CentreText fpg_dialogs/tfpgmessagebox.centretext.html
TfpgBaseDialog fpg_dialogs/tfpgbasedialog.html
FSpacing fpg_dialogs/tfpgbasedialog.fspacing.html
FDefaultButtonWidth fpg_dialogs/tfpgbasedialog.fdefaultbuttonwidth.html
btnOK fpg_dialogs/tfpgbasedialog.btnok.html
btnCancel fpg_dialogs/tfpgbasedialog.btncancel.html
btnOKClick fpg_dialogs/tfpgbasedialog.btnokclick.html
btnCancelClick fpg_dialogs/tfpgbasedialog.btncancelclick.html
HandleKeyPress fpg_dialogs/tfpgbasedialog.handlekeypress.html
SetupCaptions fpg_dialogs/tfpgbasedialog.setupcaptions.html
Create fpg_dialogs/tfpgbasedialog.create.html
TfpgFontSelectDialog fpg_dialogs/tfpgfontselectdialog.html
GetFontDesc fpg_dialogs/tfpgfontselectdialog.getfontdesc.html
SetFontDesc fpg_dialogs/tfpgfontselectdialog.setfontdesc.html
SetupCaptions fpg_dialogs/tfpgfontselectdialog.setupcaptions.html
Create fpg_dialogs/tfpgfontselectdialog.create.html
SetSampleText fpg_dialogs/tfpgfontselectdialog.setsampletext.html
TfpgFileDialog fpg_dialogs/tfpgfiledialog.html
HandleKeyPress fpg_dialogs/tfpgfiledialog.handlekeypress.html
btnOKClick fpg_dialogs/tfpgfiledialog.btnokclick.html
SetCurrentDirectory fpg_dialogs/tfpgfiledialog.setcurrentdirectory.html
FileName fpg_dialogs/tfpgfiledialog.filename.html
Create fpg_dialogs/tfpgfiledialog.create.html
Destroy fpg_dialogs/tfpgfiledialog.destroy.html
RunOpenFile fpg_dialogs/tfpgfiledialog.runopenfile.html
RunSaveFile fpg_dialogs/tfpgfiledialog.runsavefile.html
Filter fpg_dialogs/tfpgfiledialog.filter.html
FontDesc fpg_dialogs/tfpgfiledialog.fontdesc.html
ShowHidden fpg_dialogs/tfpgfiledialog.showhidden.html
TfpgMessageDialog fpg_dialogs/tfpgmessagedialog.html
SetWindowTitle fpg_dialogs/tfpgmessagedialog.setwindowtitle.html
HandlePaint fpg_dialogs/tfpgmessagedialog.handlepaint.html
HandleShow fpg_dialogs/tfpgmessagedialog.handleshow.html
HandleKeyPress fpg_dialogs/tfpgmessagedialog.handlekeypress.html
PrepareLayout fpg_dialogs/tfpgmessagedialog.preparelayout.html
lblName1 fpg_dialogs/tfpgmessagedialog.lblname1.html
pnlIcon fpg_dialogs/tfpgmessagedialog.pnlicon.html
Create fpg_dialogs/tfpgmessagedialog.create.html
Destroy fpg_dialogs/tfpgmessagedialog.destroy.html
AfterCreate fpg_dialogs/tfpgmessagedialog.aftercreate.html
About fpg_dialogs/tfpgmessagedialog.about.html
AboutFPGui fpg_dialogs/tfpgmessagedialog.aboutfpgui.html
Critical fpg_dialogs/tfpgmessagedialog.critical.html
Information fpg_dialogs/tfpgmessagedialog.information.html
Question fpg_dialogs/tfpgmessagedialog.question.html
Warning fpg_dialogs/tfpgmessagedialog.warning.html
InformativeText fpg_dialogs/tfpgmessagedialog.informativetext.html
Text fpg_dialogs/tfpgmessagedialog.text.html
Buttons fpg_dialogs/tfpgmessagedialog.buttons.html
DefaultButton fpg_dialogs/tfpgmessagedialog.defaultbutton.html
DialogType fpg_dialogs/tfpgmessagedialog.dialogtype.html
TfpgNewDirDialog fpg_dialogs/tfpgnewdirdialog.html
Create fpg_dialogs/tfpgnewdirdialog.create.html
Directory fpg_dialogs/tfpgnewdirdialog.directory.html
TfpgPromptUserDialog fpg_dialogs/tfpgpromptuserdialog.html
Create fpg_dialogs/tfpgpromptuserdialog.create.html
Authenticate fpg_dialogs/tfpgpromptuserdialog.authenticate.html
Wiggle fpg_dialogs/tfpgpromptuserdialog.wiggle.html
UserID fpg_dialogs/tfpgpromptuserdialog.userid.html
Password fpg_dialogs/tfpgpromptuserdialog.password.html
TfpgPromptUserDbDialog fpg_dialogs/tfpgpromptuserdbdialog.html
aStringList fpg_dialogs/tfpgpromptuserdbdialog.astringlist.html
cbDatabases fpg_dialogs/tfpgpromptuserdbdialog.cbdatabases.html
PopulateComboDb fpg_dialogs/tfpgpromptuserdbdialog.populatecombodb.html
Create fpg_dialogs/tfpgpromptuserdbdialog.create.html
Destroy fpg_dialogs/tfpgpromptuserdbdialog.destroy.html
TfpgSelectDirDialog fpg_dialogs/tfpgselectdirdialog.html
Create fpg_dialogs/tfpgselectdirdialog.create.html
AfterCreate fpg_dialogs/tfpgselectdirdialog.aftercreate.html
SelectedDir fpg_dialogs/tfpgselectdirdialog.selecteddir.html
RootDirectory fpg_dialogs/tfpgselectdirdialog.rootdirectory.html
TCharMapForm fpg_dialogs/tcharmapform.html
AfterCreate fpg_dialogs/tcharmapform.aftercreate.html
NewText fpg_dialogs/tcharmapform.newtext.html
fpgShowCharMap fpg_dialogs/fpgshowcharmap.html
ShowMessage fpg_dialogs/showmessage.html
SelectFontDialog fpg_dialogs/selectfontdialog.html
SelectFileDialog fpg_dialogs/selectfiledialog.html
SelectDirDialog fpg_dialogs/selectdirdialog.html
fpg_hyperlink fpg_hyperlink/index.html
TfpgHyperlink fpg_hyperlink/tfpghyperlink.html
HandleMouseEnter fpg_hyperlink/tfpghyperlink.handlemouseenter.html
HandleMouseExit fpg_hyperlink/tfpghyperlink.handlemouseexit.html
HandleLMouseDown fpg_hyperlink/tfpghyperlink.handlelmousedown.html
Create fpg_hyperlink/tfpghyperlink.create.html
GoHyperLink fpg_hyperlink/tfpghyperlink.gohyperlink.html
Autosize fpg_hyperlink/tfpghyperlink.autosize.html
FontDesc fpg_hyperlink/tfpghyperlink.fontdesc.html
HotTrackColor fpg_hyperlink/tfpghyperlink.hottrackcolor.html
HotTrackFont fpg_hyperlink/tfpghyperlink.hottrackfont.html
Text fpg_hyperlink/tfpghyperlink.text.html
TextColor fpg_hyperlink/tfpghyperlink.textcolor.html
URL fpg_hyperlink/tfpghyperlink.url.html
OnClick fpg_hyperlink/tfpghyperlink.onclick.html
fpg_ColorMapping fpg_colormapping/index.html
RGBToHSV fpg_colormapping/rgbtohsv.html
HSVToRGB fpg_colormapping/hsvtorgb.html
fpg_ColorWheel fpg_colorwheel/index.html
TfpgColorWheel fpg_colorwheel/tfpgcolorwheel.html
FValueBar fpg_colorwheel/tfpgcolorwheel.fvaluebar.html
FHue fpg_colorwheel/tfpgcolorwheel.fhue.html
FSaturation fpg_colorwheel/tfpgcolorwheel.fsaturation.html
FMarginWidth fpg_colorwheel/tfpgcolorwheel.fmarginwidth.html
FCursorSize fpg_colorwheel/tfpgcolorwheel.fcursorsize.html
FWhiteAreaPercent fpg_colorwheel/tfpgcolorwheel.fwhiteareapercent.html
FOnChange fpg_colorwheel/tfpgcolorwheel.fonchange.html
FImage fpg_colorwheel/tfpgcolorwheel.fimage.html
HSFromPoint fpg_colorwheel/tfpgcolorwheel.hsfrompoint.html
DrawCursor fpg_colorwheel/tfpgcolorwheel.drawcursor.html
SetMarginWidth fpg_colorwheel/tfpgcolorwheel.setmarginwidth.html
SetCursorSize fpg_colorwheel/tfpgcolorwheel.setcursorsize.html
SetValueBar fpg_colorwheel/tfpgcolorwheel.setvaluebar.html
SetWhiteAreaPercent fpg_colorwheel/tfpgcolorwheel.setwhiteareapercent.html
Notification fpg_colorwheel/tfpgcolorwheel.notification.html
DrawWidth fpg_colorwheel/tfpgcolorwheel.drawwidth.html
DrawHeight fpg_colorwheel/tfpgcolorwheel.drawheight.html
Change fpg_colorwheel/tfpgcolorwheel.change.html
HandlePaint fpg_colorwheel/tfpgcolorwheel.handlepaint.html
HandleLMouseDown fpg_colorwheel/tfpgcolorwheel.handlelmousedown.html
HandleMouseMove fpg_colorwheel/tfpgcolorwheel.handlemousemove.html
HandleLMouseUp fpg_colorwheel/tfpgcolorwheel.handlelmouseup.html
Create fpg_colorwheel/tfpgcolorwheel.create.html
Destroy fpg_colorwheel/tfpgcolorwheel.destroy.html
Hue fpg_colorwheel/tfpgcolorwheel.hue.html
Saturation fpg_colorwheel/tfpgcolorwheel.saturation.html
SetSelectedColor fpg_colorwheel/tfpgcolorwheel.setselectedcolor.html
BackgroundColor fpg_colorwheel/tfpgcolorwheel.backgroundcolor.html
ValueBar fpg_colorwheel/tfpgcolorwheel.valuebar.html
MarginWidth fpg_colorwheel/tfpgcolorwheel.marginwidth.html
CursorSize fpg_colorwheel/tfpgcolorwheel.cursorsize.html
WhiteAreaPercent fpg_colorwheel/tfpgcolorwheel.whiteareapercent.html
OnChange fpg_colorwheel/tfpgcolorwheel.onchange.html
TfpgValueBar fpg_colorwheel/tfpgvaluebar.html
FColorWheel fpg_colorwheel/tfpgvaluebar.fcolorwheel.html
FHue fpg_colorwheel/tfpgvaluebar.fhue.html
FSaturation fpg_colorwheel/tfpgvaluebar.fsaturation.html
FValue fpg_colorwheel/tfpgvaluebar.fvalue.html
FMarginWidth fpg_colorwheel/tfpgvaluebar.fmarginwidth.html
FCursorHeight fpg_colorwheel/tfpgvaluebar.fcursorheight.html
FOnChange fpg_colorwheel/tfpgvaluebar.fonchange.html
DrawCursor fpg_colorwheel/tfpgvaluebar.drawcursor.html
SetMarginWidth fpg_colorwheel/tfpgvaluebar.setmarginwidth.html
SetValue fpg_colorwheel/tfpgvaluebar.setvalue.html
SetCursorHeight fpg_colorwheel/tfpgvaluebar.setcursorheight.html
GetSelectedColor fpg_colorwheel/tfpgvaluebar.getselectedcolor.html
Change fpg_colorwheel/tfpgvaluebar.change.html
DrawWidth fpg_colorwheel/tfpgvaluebar.drawwidth.html
DrawHeight fpg_colorwheel/tfpgvaluebar.drawheight.html
ValueFromY fpg_colorwheel/tfpgvaluebar.valuefromy.html
DrawLine fpg_colorwheel/tfpgvaluebar.drawline.html
HandlePaint fpg_colorwheel/tfpgvaluebar.handlepaint.html
HandleLMouseDown fpg_colorwheel/tfpgvaluebar.handlelmousedown.html
HandleMouseMove fpg_colorwheel/tfpgvaluebar.handlemousemove.html
HandleLMouseUp fpg_colorwheel/tfpgvaluebar.handlelmouseup.html
Create fpg_colorwheel/tfpgvaluebar.create.html
SetHS fpg_colorwheel/tfpgvaluebar.seths.html
BackgroundColor fpg_colorwheel/tfpgvaluebar.backgroundcolor.html
Value fpg_colorwheel/tfpgvaluebar.value.html
SelectedColor fpg_colorwheel/tfpgvaluebar.selectedcolor.html
MarginWidth fpg_colorwheel/tfpgvaluebar.marginwidth.html
CursorHeight fpg_colorwheel/tfpgvaluebar.cursorheight.html
OnChange fpg_colorwheel/tfpgvaluebar.onchange.html
:classes
#GUI.fpg_dialogs.TfpgMessageBox TfpgForm
1VFLines
1VFFont
1VFTextY
1VFLineHeight
1VFMaxLineWidth
1VFButton
1VFCentreText
2MHandleKeyPress
2MHandlePaint
2MHandleShow
3MCreate
3MDestroy
3MSetMessage
3PCentreText rw
#GUI.fpg_dialogs.TfpgBaseDialog TfpgForm
2VFSpacing
2VFDefaultButtonWidth
2VbtnOK
2VbtnCancel
2MbtnOKClick
2MbtnCancelClick
2MHandleKeyPress
2MSetupCaptions
3MCreate
#GUI.fpg_dialogs.TfpgFontSelectDialog #GUI.fpg_dialogs.TfpgBaseDialog
1VFSampleText
1VFMode
1VlblLabel1
1VlblTypeface
1VlblSize
1VlblLabel4
1VlblLabel5
1VlbCollection
1VlbFaces
1VlbSize
1VcbBold
1VcbItalic
1VcbUnderline
1VcbAntiAlias
1VmemSample
1MOnCollectionChanged
1MOnParamChange
1MOnSameTextChanged
1MCreateFontList
1MCreateFontAliasList
1MSetupUI
2MGetFontDesc
2MSetFontDesc
2MSetupCaptions
3MCreate
3MSetSampleText
#GUI.fpg_dialogs.TfpgFileDialog #GUI.fpg_dialogs.TfpgBaseDialog
1VchlDir
1Vgrid
1VbtnUpDir
1VbtnDirNew
1VbtnShowHidden
1VpnlFileInfo
1VedFilename
1VchlFilter
1Vlb1
1Vlb2
1VFOpenMode
1VFFilterList
1VFFilter
1MSetFilter
1MGetFontDesc
1MGetShowHidden
1MSetFontDesc
1MSetShowHidden
1MListChanged
1MGridDblClicked
1MInitializeComponents
1MProcessFilterString
1MGetFileFilter
1MFilterChange
1MDirChange
1MUpDirClick
1MbtnDirNewClicked
1MedFilenameChanged
1MUpdateButtonState
1MHighlightFile
2MHandleKeyPress
2MbtnOKClick
2MSetCurrentDirectory
3VFileName
3MCreate
3MDestroy
3MRunOpenFile
3MRunSaveFile
3PFilter rw
3PFontDesc rw
3PShowHidden rw
#GUI.fpg_dialogs.TfpgMessageDialog TfpgForm
1VFInformativeText
1VFText
1VFButtons
1VFDefaultButton
1VFDialogType
1VFButtonList
1VFMaxLineWidth
1VFFont
1VFTextY
1VFLineHeight
1MGetInformativeText
1MSetButtons
1MSetDefaultButton
1MSetInformativeText
1MSetText
1MpnlIconPaint
1MPrepareIcon
1MPrepareText
1MPrepareButtons
2MSetWindowTitle
2MHandlePaint
2MHandleShow
2MHandleKeyPress
2MPrepareLayout
3VlblName1
3VpnlIcon
3MCreate
3MDestroy
3MAfterCreate
3MAbout
3MAboutFPGui
3MCritical
3MInformation
3MQuestion
3MWarning
3PInformativeText rw
3PText rw
3PButtons rw
3PDefaultButton rw
3PDialogType r
#GUI.fpg_dialogs.TfpgNewDirDialog #GUI.fpg_dialogs.TfpgBaseDialog
1VlblTitle
1VedDirectory
1MGetDirectory
3MCreate
3PDirectory r
#GUI.fpg_dialogs.TfpgPromptUserDialog #GUI.fpg_dialogs.TfpgBaseDialog
1VlblTitle
1VlblTitlePw
1VedUserID
1VedPassword
1MGetUserID
1MGetUserPassword
3MCreate
3MAuthenticate
3MWiggle
3PUserID r
3PPassword r
#GUI.fpg_dialogs.TfpgPromptUserDbDialog #GUI.fpg_dialogs.TfpgPromptUserDialog
1VlblDatabases
2VaStringList
2VcbDatabases
2MPopulateComboDb
3MCreate
3MDestroy
#GUI.fpg_dialogs.TfpgSelectDirDialog #GUI.fpg_dialogs.TfpgBaseDialog
1Vtv
1VFRootDir
1VFShowHidden
1MGetAbsolutePath
1MInitializeTreeview
1MSetRootDir
1MAddDirectories
1MNodeExpanded
3MCreate
3MAfterCreate
3MSelectedDir
3PRootDirectory rw
#GUI.fpg_dialogs.TCharMapForm TfpgForm
1VStringGrid1
1VButton1
1VlblCharInfo
1VedText
1VlblText
1VpnlChar
1MFormShow
1MStringGrid1FocusChange
1MStringGrid1DrawCell
1MStringGrid1CanSelectCell
1MStringGrid1DoubleClick
1MFillCharMap
1MButton1Clicked
1MGetNewText
3MAfterCreate
3PNewText r
#GUI.fpg_hyperlink.TfpgHyperlink TfpgCustomLabel
1VfHotTrackColor
1VfOldColor
1VfOldFont
1VfHTFont
1VfUrl
1MSetHotTrackColor
1MSetHotTrackFont
1MSetURL
2MHandleMouseEnter
2MHandleMouseExit
2MHandleLMouseDown
3MCreate
3MGoHyperLink
4PAutosize
4PFontDesc
4PHotTrackColor rw
4PHotTrackFont rw
4PText
4PTextColor
4PURL rw
4POnClick
#GUI.fpg_ColorWheel.TfpgColorWheel #CoreLib.fpg_widget.TfpgWidget
2VFValueBar
2VFHue
2VFSaturation
2VFMarginWidth
2VFCursorSize
2VFWhiteAreaPercent
2VFOnChange
2VFImage
2MHSFromPoint
2MDrawCursor
2MSetMarginWidth
2MSetCursorSize
2MSetValueBar
2MSetWhiteAreaPercent
2MNotification
2MDrawWidth
2MDrawHeight
2MChange
2MHandlePaint
2MHandleLMouseDown
2MHandleMouseMove
2MHandleLMouseUp
3MCreate
3MDestroy
3PHue r
3PSaturation r
3MSetSelectedColor
4PBackgroundColor
4PValueBar rw
4PMarginWidth rw
4PCursorSize rw
4PWhiteAreaPercent rw
4POnChange rw
#GUI.fpg_ColorWheel.TfpgValueBar #CoreLib.fpg_widget.TfpgWidget
2VFColorWheel
2VFHue
2VFSaturation
2VFValue
2VFMarginWidth
2VFCursorHeight
2VFOnChange
2MDrawCursor
2MSetMarginWidth
2MSetValue
2MSetCursorHeight
2MGetSelectedColor
2MChange
2MDrawWidth
2MDrawHeight
2MValueFromY
2MDrawLine
2MHandlePaint
2MHandleLMouseDown
2MHandleMouseMove
2MHandleLMouseUp
3MCreate
3MSetHS
4PBackgroundColor
4PValue rw
4PSelectedColor r
4PMarginWidth rw
4PCursorHeight rw
4POnChange rw
|