RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GIFImg.TGIFAnimationLoop Enumeration
Pascal
TGIFAnimationLoop = (
  glDisabled,
  glEnabled,
  glContinously
);
C++
enum TGIFAnimationLoop {
  glDisabled,
  glEnabled,
  glContinously
};

This is record GIFImg.TGIFAnimationLoop.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!