|
#16
|
||||
|
||||
|
TStaticTextCreate Code:
FStaticText:=StaticTextCreate(WizardForm, alNone, True, 'StaticText Create', clBtnFace, crDefault, crDrag, dmManual, True, nil, clBlack, 20, 'Segoe UI', fpDefault, 20, [], 0, 'StaticText Create Hint', True, True, True, 0, True, False, 0, False, 0, True, True, False, 20, 20, 200, 200, @OnClick, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil); Code:
Code:
Code:
StaticTextSetEvent(FStaticText, @OnClick, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil); Last edited by DelphiBuilder; 24-12-2022 at 13:20. |
| The Following User Says Thank You to DelphiBuilder For This Useful Post: | ||
Gehrman (24-12-2022) | ||
| Sponsored Links |
|
#17
|
||||
|
||||
|
TFolderTreeViewCreate Code:
FFolderTreeView:=FolderTreeViewCreate(WizardForm, crDefault, 'C:\Directory', 0, 'FolderTreeView Create Hint', True, 0, True, 0, True, 20, 20, 200, 200, @OnChange, nil); Code:
Code:
Code:
FolderTreeViewSetEvent(FFolderTreeView, @OnChange, nil); Code:
Last edited by DelphiBuilder; 24-12-2022 at 14:27. |
| The Following User Says Thank You to DelphiBuilder For This Useful Post: | ||
Gehrman (24-12-2022) | ||
|
#18
|
||||
|
||||
|
TStartMenuTreeViewCreate Code:
FStartMenuTreeView:=StartMenuTreeViewCreate(WizardForm, crDefault, 0, 'StartMenuTreeView Create Hint', 0, True, 0, True, 20, 20, 200, 200, @OnChange, nil); Code:
Code:
Code:
StartMenuTreeViewSetEvent(FStartMenuTreeView, @OnChange, nil); Code:
StartMenuTreeViewSetPaths(FStartMenuTreeView, '{userprograms}', '{commonprograms}', '{userstartup}', '{commonstartup}');
Last edited by DelphiBuilder; 24-12-2022 at 15:00. |
| The Following User Says Thank You to DelphiBuilder For This Useful Post: | ||
Gehrman (24-12-2022) | ||
|
#19
|
||||
|
||||
|
TRichEditViewerCreate Code:
FRichEditViewer:=RichEditViewerCreate(WizardForm, alNone, taLeftJustify, bsSingle, clWindow, True, crDefault, False, crDrag, dmManual, True, clBlack, 20, 'Segoe UI', fpDefault, 20, [], 0, True, 'RichEditViewer Create Hint', 0, False, False, True, True, True, nil, False, 'RichEditViewer Create', ssVertical, False, 0, True, 0, True, True, True, True, False, True, 20, 20, 200, 200, nil, @OnClick, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil); Code:
Code:
Code:
RichEditViewerSetEvent(FRichEditViewer, nil, @OnClick, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil); Last edited by DelphiBuilder; 25-12-2022 at 02:35. |
| The Following User Says Thank You to DelphiBuilder For This Useful Post: | ||
Gehrman (25-12-2022) | ||
|
#20
|
||||
|
||||
|
TProgressBarCreate Code:
FProgressBar:=ProgressBarCreate(WizardForm, crDefault, True, 0, 'ProgressBar Create Hint', 100, 0, 0, npbsNormal, npbstMarquee, 0, True, 20, 20, 20, 200); Code:
Code:
Last edited by DelphiBuilder; 25-12-2022 at 02:35. |
| The Following User Says Thank You to DelphiBuilder For This Useful Post: | ||
ffmla (25-12-2022) | ||
|
#21
|
||||
|
||||
|
TNotebookCreate / TNotebookPageCreate Code:
FNotebookPage:=NotebookPageCreate(WizardForm, clWhite, nil, wpWelcome, crDefault, True, 0, 'Notebook Page Create Hint', True, False, 0, True, 0, 0, 200, 200); FNotebook:=NotebookCreate(WizardForm, nil, alNone, crDefault, True, 0, 'Notebook Create Hint', True, False, 0, False, 0, True, 20, 20, 200, 200); Code:
Code:
Last edited by DelphiBuilder; 27-12-2022 at 02:02. |
|
#22
|
||||
|
||||
|
TGroupBoxCreate Code:
FGroupBox:=GroupBoxCreate(WizardForm, alNone, 'GroupBox Create', clBtnFace, True, crDefault, False, crDrag, dmManual, True, clBlack, 20, 'Segoe UI', fpDefault, 20, [], 0, 'GroupBox Create Hint', True, True, True, True, True, nil, False, 0, True, 0, True, 20, 20, 200, 200, @OnClick, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil); Code:
Code:
Code:
GroupBoxSetEvent(FGroupBox, @OnClick, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil, nil); Last edited by DelphiBuilder; 27-12-2022 at 02:06. |
|
#23
|
||||
|
||||
|
THotKeyCreate Code:
FHotKey:=HotKeyCreate(WizardForm, True, clBtnFace, crDefault, False, True, clBlack, 20, 'Segoe UI', fpDefault, 20, [], 0, 'HotKey Create Hint', 32833, [hcNone,hcShift], [hkAlt], False, True, nil, False, 0, True, 0, True, 20, 20, 200, 200, nil, nil, nil, nil, nil, nil, nil); Code:
Code:
Code:
HotKeySetEvent(FHotKey, nil, nil, nil, nil, nil, nil, nil); Last edited by DelphiBuilder; 28-12-2022 at 03:41. |
|
#24
|
||||
|
||||
|
TUpDownCreate Code:
FUpDown:=UpDownCreate(WizardForm, udRight, True, nil, crDefault, False, True, 0, 'UpDown Create Hint', 1, 100, 0, udVertical, 0, False, 0, False, 0, True, True, False, 20, 20, 200, 200, nil, nil); Code:
Code:
Code:
UpDownSetEvent(FUpDown, nil, nil); Last edited by DelphiBuilder; 28-12-2022 at 03:41. |
|
#25
|
||||
|
||||
|
TIPAddressEditCreate Code:
FIPAddressEdit:=IPAddressEditCreate(WizardForm, clWindow, crDefault, True, 255, 0, 0, 255, 0, 0, 255, 0, 0, 255, 0, 0, clBlack, 20, 'Segoe UI', fpDefault, 20, [], 0, 'IPAddressEdit Create Hint', True, 0, False, True, False, 0, True, 0, True, 20, 20, 200, 200, nil, nil, nil, nil); Code:
Code:
Code:
IPAddressEditSetEvent(FIPAddressEdit, nil, nil, nil, nil); Last edited by DelphiBuilder; 28-12-2022 at 03:41. |
| The Following 2 Users Say Thank You to DelphiBuilder For This Useful Post: | ||
Gehrman (28-12-2022), pcblizzard (29-12-2022) | ||
![]() |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| INNO TROUBLESHOOT - Tutorials and Answers about INNO Setup | REV0 | Conversion Tutorials | 129 | 21-05-2021 05:51 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| Inno Setup Advanced Splash Library | Razor12911 | Conversion Tutorials | 6 | 18-11-2015 13:33 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |