Fixing the sample code documentation.
This commit is contained in:
parent
210e83ea1e
commit
79e0e16cb2
1 changed files with 0 additions and 1 deletions
|
|
@ -72,7 +72,6 @@ codeunit 3971 Image
|
||||||
/// Creates an image from the specified data stream.
|
/// Creates an image from the specified data stream.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="InStream">A Stream that contains the image data.</param>
|
/// <param name="InStream">A Stream that contains the image data.</param>
|
||||||
/// <error>Stream do not contain valid image data</error>
|
|
||||||
procedure FromStream(InStream: InStream)
|
procedure FromStream(InStream: InStream)
|
||||||
begin
|
begin
|
||||||
ImageImpl.FromStream(InStream);
|
ImageImpl.FromStream(InStream);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue