BrowseDir method (Thumbnail Browser Control)

C++ Builder example

Delphi example

 

Builder Syntax

int __fastcall BrowseDir(System::AnsiString Directory);

Delphi Syntax

function BrowseDir(Directory: string): Integer;

Overview

Refer to Thumbnail Browser.

Remarks

Browses the specified directory for supported images, and generates thumbnails for each image file that is found.

Each generated thumbnail can be processed in the ThumbnailEvent event.

See Also

Elements:

ThumbnailEvent event, ContinueBrowse property, Filter property, ThumbnailWidth property, ThumbnailHeight property, ThumbnailBitsPerPixel property, MaintainAspect property, ForceSize property, ThumbnailBackgroundColor property, LoadStamp property, Resample property, StopOnError property, IncludeSubDirectories property, ExpandMultipage property, MaxSizeDisk property, MaxSizeMem property, DitherFlags property, PaletteFlags property

Topics:

Raster Images: Displaying Images