Unit 'HTMLGif2' Package
[Overview][Types][Classes][Index] [#pl_htmlviewer]

TGIFImage

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: HTMLGif2.pas line 79

type TGIFImage = class(ThtBitmap)

public

  ShowIt: Boolean;

  

  IsCopy: Boolean;

  

  constructor Create; override;

  

  constructor CreateCopy();

  

  destructor Destroy; override;

  

  procedure LoadFromStream(); override;

  

  procedure Draw(); override;

  

  property IsAnimated: Boolean; [r]

  

  property IsTransparent: Boolean; [rw]

  

  property NumFrames: Integer; [r]

  

  property NumIterations: Integer; [r]

  

  procedure CheckTime();

  

  property Animate: Boolean; [rw]

  

  property CurrentFrame: Integer; [rw]

  

  property Visible: Boolean; [rw]

  

end;

Inheritance

TGIFImage

  

|

ThtBitmap

  

|

TObject



CT Web help

CodeTyphon Studio