Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomImage.Create

Constructor for the class instance.

Declaration

Source position: extctrls.pp line 539

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.