[Overview][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: extdlgs.pas line 84
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 value in DefaultFilter to the all files mask for common image format used on the platform or OS. This value is also assigned to the Filter 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. |
|
|
Gets a filter string for files using the specified graphic class type. |
Version 4.0 | Generated 2025-05-03 | Home |