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

•  Animation Loaders  741

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

•  TDictionary Custom Sort  7 687

•  Fast Watermark Sources  7 373

•  3D Designer  10 586

•  Sik Screen Capture  7 898

•  Patch Maker  8 127

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

•  ListBox Drag & Drop  6 975

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

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

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

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

•  Canvas Drawing  6 603

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

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

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

•  Paint on Shape  3 330

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

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

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

•  Пазл Numbrix  2 769

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

•  Игра HIP  2 485

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

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

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

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

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

•  HEX View  2 947

 
скрыть

  Форум  

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

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