Недавно добавленные исходники

•  Animation Loaders  831

•  DeLiKaTeS Tetris (Тетрис)  5 792

•  TDictionary Custom Sort  7 747

•  Fast Watermark Sources  7 425

•  3D Designer  10 646

•  Sik Screen Capture  7 965

•  Patch Maker  8 180

•  Айболит (remote control)  8 225

•  ListBox Drag & Drop  7 038

•  Доска для игры Реверси  100 470

•  Графические эффекты  8 303

•  Рисование по маске  7 682

•  Перетаскивание изображений  6 285

•  Canvas Drawing  6 660

•  Рисование Луны  6 583

•  Поворот изображения  5 732

•  Рисование стержней  4 675

•  Paint on Shape  3 376

•  Генератор кроссвордов  4 347

•  Головоломка Paletto  3 501

•  Теорема Монжа об окружностях  4 315

•  Пазл Numbrix  2 789

•  Заборы и коммивояжеры  3 726

•  Игра HIP  2 510

•  Игра Go (Го)  2 508

•  Симулятор лифта  2 898

•  Программа укладки плитки  2 328

•  Генератор лабиринта  3 056

•  Проверка числового ввода  2 562

•  HEX View  2 967

 
скрыть

  Форум  

Delphi FAQ - Часто задаваемые вопросы

| Базы данных | Графика и Игры | Интернет и Сети | Компоненты и Классы | Мультимедиа |
| ОС и Железо | Программа и Интерфейс | Рабочий стол | Синтаксис | Технологии | Файловая система |



Delphi Sources

Сохранить TImageList в файл со всеми картинками



Оформил: DeeCo

// There are ready-made methods for saving any component including all its children to a file. 
// For writing components use WriteComponentResFile(path + source filename , component name source) 

WriteComponentResFile('C:\imagelist1.bin',imagelist1);

 // For reading the data back to a component: 
// component := ReadComponentResFile(path + source filename , component name traget) 

imagelist1 := ReadComponentResFile('c:\imagelist1.bin', nil) as TImagelist;

 // Tip 1 - Reading the component will give the same name of the component written so don't try to 
// load it to another component, even if it was the same type. You will get a duplicate name and 
// delphi will crash. But you can jump over this as a programmer 

// Tip 2 - Get benfit of storing the heavy components inside compressed files, 
// so you can get smaller programs 




Похожие по теме исходники

Чтение PSD файлов

Шифратор файлов

Разбиение файла на части

Поиск файлов

 

FileMan (менеджер файлов)

Поиск открытых файлов

Текст внутри файла




Copyright © 2004-2026 "Delphi Sources" by «SiteAnalyzer». Delphi World FAQ

Группа ВКонтакте