Fixing the sample code documentation.

This commit is contained in:
Jesper Schulz-Wedde 2021-11-20 10:30:21 +01:00
parent 210e83ea1e
commit 79e0e16cb2

View file

@ -72,7 +72,6 @@ codeunit 3971 Image
/// Creates an image from the specified data stream.
/// </summary>
/// <param name="InStream">A Stream that contains the image data.</param>
/// <error>Stream do not contain valid image data</error>
procedure FromStream(InStream: InStream)
begin
ImageImpl.FromStream(InStream);