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

TCustomImageListResolution

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: imglist.pp line 115

type TCustomImageListResolution = class(TLCLReferenceComponent)

protected

  function GetReferenceHandle; override;

  function WSCreateReference(); override;

  class procedure WSRegisterClass; override;

  procedure ReferenceDestroying; override;

public

  destructor Destroy; override;

  function GetHotSpot; virtual;

  procedure FillDescription();

  procedure GetBitmap();

  procedure GetIcon();

  procedure GetFullBitmap();

  procedure GetRawImage();

  procedure Draw();

  procedure StretchDraw();

  procedure DrawOverlay();

  property ImageList: TCustomImageList; [r]

  property Width: Integer; [r]

  property Height: Integer; [r]

  property Count: Integer; [r]

  property AutoCreatedInDesignTime: Boolean; [rw]

  property Reference: TWSCustomImageListReference; [r]

end;

Inheritance

TCustomImageListResolution

|

TLCLReferenceComponent

  

Base class for all components having an associated widget.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.