Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lmbelo/treeviewitemrenamable
Delphi FMX TTreeViewItem with renaming option
https://github.com/lmbelo/treeviewitemrenamable
delphi fmx treeview
Last synced: 8 days ago
JSON representation
Delphi FMX TTreeViewItem with renaming option
- Host: GitHub
- URL: https://github.com/lmbelo/treeviewitemrenamable
- Owner: lmbelo
- License: mit
- Created: 2023-07-22T00:07:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T20:51:08.000Z (over 1 year ago)
- Last Synced: 2023-07-24T21:47:45.108Z (over 1 year ago)
- Topics: delphi, fmx, treeview
- Language: Pascal
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TreeViewItemRenamable
Delphi FMX TTreeViewItem with renaming optionhttps://github.com/lmbelo/TreeViewItemRenamable/assets/8376898/8a75a16a-0823-4168-9540-e56876d83918
## Usage
1) Add the "FMX.TreeView.Item.pas" file to your project and to the end of the uses section in your Form unit.
2) Load the "treeviewitemrename.style" file to your form.
3) Apply the "treeviewitemrenamestyle" StyleLookup to the TTrewViewItem you want to enable the renaming option.
4) Use the "IsRenamable" property to enable or disable the renaming option.
5) Listen to the "OnRename" event to accept and/or adjust new names.