Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleDialogs
type TCastleOpenImageDialog = class(TOpenPictureDialog)
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.
constructor Create(AOwner: TComponent); override;
property URL: string read GetURL write SetURL stored false;
property Filter stored StoreFilterAndFilterIndex;
property FilterIndex stored StoreFilterAndFilterIndex;