mseide-msegui icon indicating copy to clipboard operation
mseide-msegui copied to clipboard

CTRL-Click does not find generic types

Open circular17 opened this issue 4 years ago • 0 comments

TGenericUniversalBitmap is a generic type and TBGRACustomBitmap is a specialization of that generic type. I suppose that's why they are not found by CTRL-Click whereas other classes around are found.

generic TGenericUniversalBitmap<TPixel, TColorspace> = class(TCustomUniversalBitmap)

TBGRACustomBitmap = class(specialize TGenericUniversalBitmap<TBGRAPixel, TBGRAPixelColorspace>, IBGRAScanner)

circular17 avatar Apr 18 '20 07:04 circular17