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

•  Animation Loaders  952

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

•  TDictionary Custom Sort  7 841

•  Fast Watermark Sources  7 511

•  3D Designer  10 741

•  Sik Screen Capture  8 066

•  Patch Maker  8 268

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

•  ListBox Drag & Drop  7 149

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

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

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

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

•  Canvas Drawing  6 731

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

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

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

•  Paint on Shape  3 439

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

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

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

•  Пазл Numbrix  2 828

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

•  Игра HIP  2 547

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

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

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

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

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

•  HEX View  3 010

 
скрыть

  Форум  

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

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