Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.014 c
14-30058
Supreme
2003-02-18 14:36
2003.03.10
Как усовершенствовать приобретённые навыки?


3-29720
NightCold
2003-02-18 12:12
2003.03.10
СРОЧНО!


1-29863
Sandman
2003-02-28 11:28
2003.03.10
OLE: OpenText и Dialog.Show в Excel.Workbooks


14-30072
Vass
2003-02-21 15:17
2003.03.10
Как Читать виндовую адресную книгу из дельфи 3


14-30103
BALU1111
2003-02-20 12:28
2003.03.10
Windows 2000




   Наверх