поиск в хелпе

  • Автор темы Автор темы portonik
  • Дата начала Дата начала
P

portonik

Подскажите как облегчить поиск процедур и функций в Делфи6. В Паскале гораздо проще. А здесь приходится искать в Гугле.
 
есть, но только общие фразы
Procedures and functions, referred to collectively as routines, are self-contained statement blocks that can be called from different locations in a program. A function is a routine that returns a value when it executes. A procedure is a routine that does not return a value.
Function calls, because they return a value, can be used as expressions in assignments and operations. For example,

I := SomeFunction(X);

calls SomeFunction and assigns the result to I. Function calls cannot appear on the left side of an assignment statement.
Procedure calls—and, when extended syntax is enabled ({$X+}), function calls—can be used as complete statements. For example,

DoSomething;

calls the DoSomething routine; if DoSomething is a function, its return value is discarded.
Procedures and functions can call themselves recursively.
Declaring procedures and functions
Parameters
Calling procedures and functions

а прямых справок по конкретным процедурам и функциям нет
 
А вы алфавитный указатель смореть пробовали? все там есть.
 
Мы в соцсетях:

Обучение наступательной кибербезопасности в игровой форме. Начать игру!