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

•  Animation Loaders  883

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

•  TDictionary Custom Sort  7 785

•  Fast Watermark Sources  7 458

•  3D Designer  10 689

•  Sik Screen Capture  8 008

•  Patch Maker  8 218

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

•  ListBox Drag & Drop  7 079

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

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

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

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

•  Canvas Drawing  6 689

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

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

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

•  Paint on Shape  3 406

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

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

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

•  Пазл Numbrix  2 809

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

•  Игра HIP  2 526

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

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

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

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

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

•  HEX View  2 987

 
скрыть

  Форум  

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

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