Вниз
Скачать: CL | DM;

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

 
Dstr ©   (2006-05-17 23:28) [0]

Подскажите пожалуйста,что можно сделать чтобы пользователь мог выбрать итем из ImageList(форма там или попуп) или хотябы подкиньте ссылки,где описаны хоть какие-нибуть возможности ImageList(В своей жизни я не видел ни 1 функции для ImageList).


 
Elen ©   (2006-05-18 07:57) [1]


This example assigns a bitmap contained in an ImageList to an Image component"s Picture"s Bitmap property and displays the bitmap.

procedure Form1.Button1Click(Sender: TObject);
begin
  ImageList1.GetBitmap(0,Image1.Picture.Bitmap);
end;


 
Elen ©   (2006-05-18 08:11) [2]


This example assigns a bitmap contained in an ImageList to an Image component"s Picture"s Bitmap property and displays the bitmap.

procedure Form1.Button1Click(Sender: TObject);
begin
  ImageList1.GetBitmap(0,Image1.Picture.Bitmap);
end;


 
Johnmen ©   (2006-05-18 09:46) [3]

У попупа уже есть свойство Images, указывающее на используемый ImageList.
А так, все "возможности" TImageList подробно описаны в F1.



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

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



Память: 0.45 MB
Время: 0.043 c
2-1147856225
VitV
2006-05-17 12:57
2006.06.04
DBLookupComboBox1-отображение текста.


2-1148013655
Мурзилка
2006-05-19 08:40
2006.06.04
Спец. символы


2-1147936674
Zidane5
2006-05-18 11:17
2006.06.04
Internal error: SY576


1-1146450343
Nikolaich
2006-05-01 06:25
2006.06.04
проблема с порядком окон после активации подсказки


2-1148118467
BAngel
2006-05-20 13:47
2006.06.04
Seek




   Наверх