Class TCastleOpenImageDialog
Unit
CastleDialogs
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
 |
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
|