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

TCustomImage.Create

Constructor for the class instance.

Declaration

Source position: extctrls.pp line 572

public constructor TCustomImage.Create(

  AOwner: TComponent

); override;

Description

Create is the constructor for TCustomImage, and calls the inherited Create method. It then sets the default values for the style, bounds and other local variables. Creates allocates resources for the Picture property.

See also

TGraphicControl.Create

  

Constructor for the class instance.


Version 4.0 Generated 2025-05-03 Home