Introduction
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
CastleDialogs
type TCastleSaveImageDialog = class(TSavePictureDialog)
Image save dialog. It uses an URL, and additionally initializes the filters to include all the image types our engine can save through CastleImages.SaveImage.
constructor Create(AOwner: TComponent); override;
property URL: string read GetURL write SetURL stored false;
property Filter stored StoreFilterAndFilterIndex;
property FilterIndex stored StoreFilterAndFilterIndex;