Unit foldbrws

Browse For Folder component Delphi 2/3 only (c) 1998 Ray Adams

Classes

TBrowseForFolder -

Functions

Register -

Types

TBrowseFlag
TBrowseFlags
TBrowseLocation

Constants

Variables


Functions


procedure Register;


Types


TBrowseFlag = (
    bf_BrowseForComputer,
    bf_BrowseForPrinter,
    bf_DontGoBelowDomain,
    bf_ReturnFSanceStors,
    bf_ReturnOnlyFSDIRS,
    bf_StatusText);

TBrowseFlags = set of TBrowseFlag

TBrowseLocation= (
  bl_STANDART,
  bl_CUSTOM,
  bl_DESKTOP,
  bl_PROGRAMS,
  bl_CONTROLS,
  bl_PRINTERS,
  bl_PERSONAL,
  bl_FAVORITES,
  bl_STARTUP,
  bl_RECENT,
  bl_SENDTO,
  bl_BITBUCKET,
  bl_STARTMENU,
  bl_DESKTOPDIRECTORY,
  bl_DRIVES,
  bl_NETWORK,
  bl_NETHOOD,
  bl_FONTS,
  bl_TEMPLATES,
  bl_COMMON_STARTMENU,
  bl_COMMON_PROGRAMS,
  bl_COMMON_STARTUP,
  bl_COMMON_DESKTOPDIRECTORY,
  bl_APPDATA,
  bl_PRINTHOOD);

Constants


Variables