CDE
This commit is contained in:
parent
518da4a923
commit
764da6cbbb
6144 changed files with 83610 additions and 11 deletions
10
Task/Documentation/Delphi/documentation.delphi
Normal file
10
Task/Documentation/Delphi/documentation.delphi
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
type
|
||||
/// <summary>Sample class.</summary>
|
||||
TMyClass = class
|
||||
public
|
||||
/// <summary>Converts a string into a number.</summary>
|
||||
/// <param name="aValue">String parameter</param>
|
||||
/// <returns>Numeric equivalent of aValue</returns>
|
||||
/// <exception cref="EConvertError">aValue is not a valid integer.</exception>
|
||||
function StringToNumber(aValue: string): Integer;
|
||||
end;
|
||||
Loading…
Add table
Add a link
Reference in a new issue