Unit AniFile

*****************************************************} { } { Delphi VCL Extensions (RX) } { } { Copyright (c) 1997 Master-Bank } { } {

Classes

TAnimatedCursorImage -
TIconFrame - TIconFrame

Functions

Types

PAniTag
TAniHeader
TANINAME
TAniTag
TFourCC

Constants

AF_ICON
AF_SEQUENCE

Variables


Functions


Types


PAniTag = ^TAniTag

TAniHeader = record
cbSizeOf : Longint;
cSteps : Longint;
cFrames : Longint;
cReserved : array[0..3] of Longint;
jifRate : Longint;
fl : Longint;
end;

TANINAME = array[0..255] of Char;
TAnimatedCursorImage
TAniTag = record
ckID : TFourCC;
ckSize : Longint;
end;

TFourCC = array[0..3] of char;

Constants

AF_ICON = $00000001

AF_SEQUENCE = $00000002


Variables