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

TCustomBitmap.CanShareImage

Indicates if the image uses the specified shared image class.

Declaration

Source position: graphics.pp line 1400

protected function TCustomBitmap.CanShareImage(

  AClass: TSharedRasterImageClass

):Boolean; override;

Arguments

AClass

  

Shared image class type compared in the method.

Description

CanShareImage is an overridden method which indicates if the image uses the specified shared image class. The image can be shared only when it uses the same shared image class type.

See also

TRasterImage.CanShareImage

  

CanShareImage - returns True if specified class of image can be shared.


Version 3.2 Generated 2024-02-25 Home