Class TAnimatedCursorImage (unit AniFile) |
TPersistent
Constructors |
Functions |
Properties |
Events |
Variables |
Constructors |
TAnimatedCursorImage
Functions |
Loads an animatied cursor from a RIFF file. The RIFF file format for
animated cursors looks like this:
RIFF('ACON'
LIST('INFO'
INAM( while } { Update the frame count incase we coalesced some frames while reading
in the file. Properties Events Variables function ReadCreateIcon(Stream: TStream; ASize: Longint;
var HotSpot: TPoint; var IsIcon: Boolean): TIcon;
procedure ReadStream(Size: Longint; Stream: TStream);
procedure RiffReadError;
procedure WriteStream(Stream: TStream; WriteSize: Boolean);
property Creator : string
property DefaultRate : Longint
property Frames : TIconFrame
property IconCount : Integer
property Icons : TIcon
property OriginalColors : Word
property Title : string
FCreator : TANINAME;
FHeader : TAniHeader;
FIcons : TList;
FOriginalColors : Word;
FTitle : TANINAME;