CodeSnip Old Code (SVN)
A repository for source code snippets, designed with Pascal in mind.
Brought to you by:
delphidabbler
--- a/trunk/Src/UNulDataReader.pas +++ b/trunk/Src/UNulDataReader.pas @@ -74,7 +74,7 @@ @param Cat [in] Name of category containing routines. @return Empty list. } - procedure GetRoutineProps(const Routine: string; var Props: TRoutineData); + procedure GetRoutineProps(const Routine: string; var Props: TSnippetData); {Gets properties of a routine. These are the fields of the routine's record in the routines "table". @param Routine [in] Name of required routine. @@ -149,7 +149,7 @@ end; procedure TNulDataReader.GetRoutineProps(const Routine: string; - var Props: TRoutineData); + var Props: TSnippetData); {Gets properties of a routine. These are the fields of the routine's record in the routines "table". @param Routine [in] Name of required routine.