[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines if the specified Stream contains a valid GIF image format.
Source position: graphics.pp line 1898
public class function TGIFImage.IsStreamFormatSupported( |
Stream: TStream |
):Boolean; override; |
Stream |
|
TStream instance with values examined in the method. |
True when the stream contains the GIF87a or GIF89a signature.
Version 4.0 | Generated 2025-05-03 | Home |