![]() | Demos\PDF\PDFPrinter\PdfPrinter.dpr |
![]() | Caption: string; | The caption of the Browse dialog. If unspecified, it defaults to a localized "Select a Folder" |
![]() | Folder: string; | The selected folder of the dialog |
![]() | Options: TIEOpenFolderOptions; | Options of the dialog. Default: [foAllowNewFolder, foDisplayShareable, foValidateFolder, foShowEditBox] |
![]() | RootFolder: string; | The top-most folder. Leave blank to use the Windows default |
![]() | function Execute(): Boolean; | Show the dialog. Result is true if a folder is selected (fills Folder property) or false if they cancel the dialog |
![]() | OnURLClick: TIEUrlClickEvent; | Occurs when the dialog is displayed |
![]() | OnURLHover: TIEUrlHoverEvent; | Occurs when the dialog closes |