[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Manages TMufasaBitmaps in an array.
Source position: bitmaps.pas line 102
type TMBitmaps = class(TObject) |
protected |
Client: TObject; |
FreeSpots: ; |
BmpsCurr: Integer; |
BmpsHigh: Integer; |
FreeSpotsHigh: Integer; |
FreeSpotsLen: Integer; |
function GetNewIndex; |
public |
function GetBMP(); |
property Bmp: TMufasaBitmap; default; [r] |
function CreateBMP(); |
function AddBMP(); |
function CopyBMP(); |
function CreateMirroredBitmap(); |
function CreateBMPFromFile(); |
function CreateBMPFromString(); |
procedure FreeBMP(); |
constructor Create(); |
destructor Destroy; override; |
end; |
|
Manages TMufasaBitmaps in an array. |
|
| | ||
TObject |