Skip to content

lmbelo/TreeViewItemRenamable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TreeViewItemRenamable

Delphi FMX TTreeViewItem with renaming option

Screen.Recording.2023-07-21.at.20.54.50-3.mp4

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.

About

Delphi FMX TTreeViewItem with renaming option

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages