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

•  Animation Loaders  1 028

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

•  TDictionary Custom Sort  7 902

•  Fast Watermark Sources  7 563

•  3D Designer  10 800

•  Sik Screen Capture  8 133

•  Patch Maker  8 318

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

•  ListBox Drag & Drop  7 228

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

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

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

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

•  Canvas Drawing  6 778

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

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

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

•  Paint on Shape  3 466

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

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

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

•  Пазл Numbrix  2 853

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

•  Игра HIP  2 568

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

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

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

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

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

•  HEX View  3 034

 
скрыть

  Форум  

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

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