Anatoly Podgoretsky |
override убери, но это глупо, Дельфи ООП позволяет иметь сколько угодно конструкторов.
|
Как тогда это объяснить? (Взято из документации ImageEn)
TIEBitmap.Create
Declaration
constructor Create;
constructor Create(ImageWidth,ImageHeight:integer; ImagePixelFormat:TIEPixelFormat = ie24RGB);
constructor Create(const FileName:string; IOParams:TIOParamsVals = nil);
Description
Creates a new TIEBitmap object.
The second overload creates the bitmap using specified parameters.
Third overload loads image from specified file. IOParams specifies the in/out parameters as TIOParamsVals objects.
Также здесь встречается 2 раза слово overload.