FileMenu Component

Exten TMainMenu or TPopUpMenu to dynamically show.
Download

FileMenu Component Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Publisher Name:
  • Priyatna Codes
  • Publisher web site:
  • Operating Systems:
  • Windows XP/2000/98
  • File Size:
  • 232KB

FileMenu Component Tags


FileMenu Component Description

FileMenu is a free Delphi Component to extend TMainMenu or TPopUpMenu to dynamically show the content of directories or special shell Folders (Desktop, My Documents, My Pictures, Start Menu, Send To, Recent and Favorites). It uses system imagelist. Small foot-print. Tested under Delphi 6 and Delphi 7, but since it doesn't contain any critical codes, it can be easily ported to any version of Delphi compilers. # property ParentMenu: TMenuItem; is a TMenuItem to stick directories or files menu. # property Directory: string; is a string that contains valid absolute path of directory to show. Always ensure you fill SpecialFolder property with sfNone when you fill this property. # property AutoExecute: Boolean; Will launch Windows managed assosiated program when user click on menu item. # property SpecialFolder (sfNone, sfDesktop, sfMyDocuments, sfMyPictures, sfStartMenu, sfSendTo, sfRecent, sfFavorites). if you want to Show Windows's special folder. # property AllowedExtensions: string; Fill this property if you want to filter the directory content. Filters are semicolon separated, e.g.: *.txt;*.doc


FileMenu Component Related Software