Constructor for the class instance.
Source position: extdlgs.pas line 89
public constructor TOpenPictureDialog.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner for the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor.
Creates sets the values in the Options and Filter properties. Options is set to the value in the DefaultOpenDialogPictureOptions constant. Filter is set to the all files mask for common image format used on the platform or OS. This value is also assigned to the DefaultFilter property for the dialog.
Create allocates resources needed for the PictureGroupBox and ImageCtrl properties, and sets their parentage, alignment, and display properties.
|
PictureGroupBox - a groupbox related to a single picture ??? |
|
|
TImage used to preview the content in an image file. |
|
|
DefaultFilter - the default filename filter. |
|
|
Contains a delimited list of descriptions and extensions for file available in the dialog. |
|
|
Indicates the dialog options enabled for the class instance. |
|
|
Gets a filter string for files using the specified graphic class type. |
| Version 4.4 | Generated 2025-11-08 | Home |