Class TCastleOpenImageDialog

Unit

Declaration

type TCastleOpenImageDialog = class(TOpenPictureDialog)

Description

Image open dialog. It uses an URL, and additionally initializes the filters to include all the image types our engine can load through CastleImages.LoadImage.

Hierarchy

  • TOpenPictureDialog
  • TCastleOpenImageDialog

Overview

Methods

Public constructor Create(AOwner: TComponent); override;

Properties

Public property URL: string read GetURL write SetURL stored false;
Published property Filter stored StoreFilterAndFilterIndex;
Published property FilterIndex stored StoreFilterAndFilterIndex;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 

Properties

Public property URL: string read GetURL write SetURL stored false;
 
Published property Filter stored StoreFilterAndFilterIndex;
 
Published property FilterIndex stored StoreFilterAndFilterIndex;
 

Generated by PasDoc 0.15.0.