gpt4 book ai didi

treeview - Inno Setup 中的 TTreeView

转载 作者:行者123 更新时间:2023-12-02 03:27:45 28 4
gpt4 key购买 nike

我想在我的安装程序中的页面中添加一个 TreeView 控件并搜索了 inno setup help对于 TTreeView 类,但只找到了 TFolderTreeViewTStartMenuFolderTreeView,这不是我需要的。我必须使用 TListBox 或类似的东西吗?或者有扩展吗?


我什至为预定义类型创建了一个类型层次结构树:

class
TObject
TPersistent
TComponent
TControl
TWinControl
TCustomControl
TCustomPanel
TPanel
TNewNotebookPage
TScrollingWinControl
TForm
TUIStateForm
TSetupForm
TMainForm
TWizardForm
TUninstallProgressForm
TCustomEdit
TEdit
TNewEdit
TCustomMemo
TMemo
TNewMemo
TRichEditViewer
TPasswordEdit
TCustomComboBox
TComboBox
TNewComboBox
TButtonControl
TButton
TNewButton
TCustomCheckBox
TCheckBox
TNewCheckBox
TRadioButton
TNewRadioButton
TCustomListBox
TListBox
TNewListBox
TNewCheckListBox
TNewStaticText
TNewProgressBar
TCustomFolderTreeView
TFolderTreeView
TStartMenuFolderTreeView
TNewNotebook
TGraphicControl
TCustomLabel
TLabel
TBevel
TBitmapImage
TWizardPage
TInputQueryWizardPage
TInputOptionWizardPage
TInputDirWizardPage
TInputFileWizardPage
TOutputMsgWizardPage
TOutputMsgMemoWizardPage
TOutputProgressWizardPage
TStrings
TStringList
TGraphicsObject
TFont
TPen
TBrush
TCanvas
TGraphic
TBitmap
TStream
THandleStream
TFileStream
TStringStream
procedure
TNotifyEvent
TCloseEvent
TCloseQueryEvent
TKeyEvent
TKeyPressEvent
TFolderRenameEvent
TWizardPageNotifyEvent
TWizardPageCancelEvent
enum
TFontStyle
TPenMode
TPenStyle
TBrushStyle
TAlign
TScrollBarKind
TFormBorderStyle
TBorderIcon
TPosition
TCloseAction
TEShiftState
TAlignment
TEditCharCase
TScrollStyle
TComboBoxStyle
TCheckBoxState
TListBoxStyle
TBevelShape
TBevelStyle
TPanelBevel
TCheckItemOperation
TNewProgressBarState
TNewProgressBarStyle
set
TFontStyles
TBorderIcons
TShiftState
alias
TScrollBarInc
TBorderStyle
TBevelWidth
TBorderWidth
function
TWizardPageButtonEvent
TWizardPageShouldSkipEvent

最佳答案

没有确切的这样的组件。

我认为在 Delphi 中编写组件并将其作为插件(.dll 文件)在 Inno Setup 中使用要容易得多(也更快)。

关于treeview - Inno Setup 中的 TTreeView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29414481/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com