Class TCastleSaveImageDialog
Unit
CastleDialogs
Declaration
type TCastleSaveImageDialog = class(TSavePictureDialog)
Description
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.
Hierarchy
- TSavePictureDialog
- TCastleSaveImageDialog
Overview
Methods
 |
constructor Create(AOwner: TComponent); override; |
Properties
 |
property URL: string read GetURL write SetURL stored false; |
 |
property Filter stored StoreFilterAndFilterIndex; |
 |
property FilterIndex stored StoreFilterAndFilterIndex; |
Description
Methods
 |
constructor Create(AOwner: TComponent); override; |
|
Properties
 |
property URL: string read GetURL write SetURL stored false; |
|
 |
property Filter stored StoreFilterAndFilterIndex; |
|
 |
property FilterIndex stored StoreFilterAndFilterIndex; |
|
Generated by PasDoc 0.13.0 on 2013-08-17 21:27:12
|