SkipFile property (ThumbnailBrowser Control)

C++ Builder example

Delphi example

 

Builder Syntax

bool SkipFile;

Delphi Syntax

SkipFile: Boolean;

Overview

Refer to Thumbnail Browser.

Remarks

Runtime only) Indicates whether to skip the file passed to the ThumbnailEvent event. Possible values are:

Value

Meaning

TRUE

If the nStatusCode parameter of the ThumbnailEvent event is BROWSE_PRELOAD, then skip the file indicated in the pszFilename parameter of the ThumbnialEvent event. This allows the user to avoid the internal file information processing. If the nStatusCode parameter is any other value, the file will not be skipped.

FALSE

Do not skip the file indicated in the pszFilename parameter of the ThumbnailEvent event.

See Also

Elements:

EnableMethodErrors property, StopOnError property, ThumbnailEvent event, BrowseDir method, ContinueBrowse property

Topics:

Raster Images: Using the Thumbnail Browser