Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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