Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.03.10;
Скачать: CL | DM;

Вниз

ImageList1   Найти похожие ветки 

 
max2000   (2003-02-26 13:43) [0]

Мне нужно в ImageList1 добавить иконку. Я делаю ImageList1.Items.Addicon(), что нужно вставить в скобки, чтобы была добавлена иконка?


 
Smashish   (2003-02-26 13:51) [1]

function AddIcon(Image: TIcon): Integer;

Description

Use the AddIcon method to add the icon specified by the Image parameter to an image list. AddIcon returns the index of the added image, or -1 if it fails.
_________________________________________________________________
TIcon is an encapsulation of a Windows icon.
Unit
Graphics
Description
Use TIcon to represent one of the icons in an image list. Assign an icon to objects that have an Icon property, such as TForm or TPicture.
Icon objects represent the value loaded from a Windows icon file (.ICO file). Draw an icon on a canvas, using the Draw method of the TCanvas object. Icons do not stretch, so do not use TCanvas.StretchDraw with an icon.
Note: TIcon can be used to display the value of a multi-resolution (>16 color) icon. However, it can not support the creation of multi-resolution icons, nor the resizing of the image after it is loaded from a file or stream.
______________________________________________________________
у TIcon
procedure LoadFromFile(const FileName: string); virtual;

Description

LoadFromFile reads the file specified in FileName and loads the data into the graphics object.

RTFM!!!!!!!!!!!



Страницы: 1 вся ветка

Текущий архив: 2003.03.10;
Скачать: CL | DM;

Наверх




Память: 0.46 MB
Время: 0.017 c
14-30027
Pavel_S
2003-02-23 15:57
2003.03.10
Программа администрирования


3-29710
OneOfTheFew
2003-02-18 16:54
2003.03.10
Графы и Referential Integrity


3-29730
exciter_
2003-02-19 11:58
2003.03.10
Как создать SHADOW для базы InterBase ?


14-30076
Паша
2003-02-21 17:09
2003.03.10
Чему учат в школе?


1-29875
AM
2003-02-26 13:22
2003.03.10
RichEdit и его макисмальный размер...