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

•  DeLiKaTeS Tetris (Тетрис)  166

•  TDictionary Custom Sort  3 340

•  Fast Watermark Sources  3 093

•  3D Designer  4 849

•  Sik Screen Capture  3 348

•  Patch Maker  3 554

•  Айболит (remote control)  3 664

•  ListBox Drag & Drop  3 016

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

•  Графические эффекты  3 946

•  Рисование по маске  3 250

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

•  Canvas Drawing  2 754

•  Рисование Луны  2 584

•  Поворот изображения  2 191

•  Рисование стержней  2 169

•  Paint on Shape  1 569

•  Генератор кроссвордов  2 239

•  Головоломка Paletto  1 767

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

•  Пазл Numbrix  1 685

•  Заборы и коммивояжеры  2 059

•  Игра HIP  1 282

•  Игра Go (Го)  1 230

•  Симулятор лифта  1 475

•  Программа укладки плитки  1 219

•  Генератор лабиринта  1 548

•  Проверка числового ввода  1 367

•  HEX View  1 497

•  Физический маятник  1 359

 
скрыть


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

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



Delphi Sources

Автоматически создать реализацию по объявлению в IDE



Оформил: DeeCo

{ 
  If you have Delphi 4 Professional or Client/Server or a newer Version, 
  you can use the key combination Ctrl+Shift+C 
  to have Delphi automatically create the implementation declarations 
  for methods you declare in the interface section. 

  Ab Delphi 4 Prof, Client/Server kann man mit der Strg+Shift+C Tastenkombination 
  automatisch die Implementation Deklaration erstellen fur Methoden, 
  welche man in der Interface Sektion deklariert. 

  So if you add this to the interface section, 
  Wenn man z.B das in die Interface Sektion schreibt, 
}


   procedure YourProcedure(SomeParameter: string);

 { 
  ...Delphi will create the following in the implementation section: 
  ...generiert Delphi automatisch den Code fur die Implementation Sektion: 
}

   procedure TForm1.YourProcedure(SomeParameter: string);
   begin

   end;


 { 
  This also works for class declarations like this: 
  Dies funktioniert z.B auch fur Klassen Deklarationen wie diese: 
}

   type TYourButton = class(TButton)
     property  Height : Integer;
     procedure DoSomething;
   end;




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

Video Gest

Plasma Provider

Video Creator

Slide Show by OFFLAKE

 

Space Raider

BASS Video

Colibri WEB Spider

Generic Internet Spider

 

Raiden Cipher




Copyright © 2004-2024 "Delphi Sources" by BrokenByte Software. Delphi World FAQ

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