[Overview][Classes][Procedures and functions][Index] Reference for unit 'ExtDlgs' (#lcl)

TOpenPictureDialog.Create

Constructor for the class instance.

Declaration

Source position: extdlgs.pas line 84

public constructor TOpenPictureDialog.Create(

  TheOwner: TComponent

); override;

Arguments

TheOwner

  

Owner for the class instance.

Description

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.

See also

TOpenPictureDialog.PictureGroupBox

  

PictureGroupBox - a groupbox related to a single picture ???

TOpenPictureDialog.ImageCtrl

  

TImage used to preview the content in an image file.

TOpenPictureDialog.DefaultFilter

  

DefaultFilter - the default filename filter.

TOpenPictureDialog.Filter

  

Contains a delimited list of descriptions and extensions for file available in the dialog.

GraphicFilter

  

Gets a filter string for files using the specified graphic class type.


Version 4.0 Generated 2025-05-03 Home