TImageList |
Field | Param(s) | Type |
AllocBy | - | Integer |
BlendColor | - | Integer |
BkColor | - | Integer |
Count | - | Integer |
DrawingStyle | - | TDrawingStyle |
Handle | - | HIMAGELIST |
Height | - | Integer |
Masked | - | Boolean |
ImageType | - | TImageType |
Width | - | Integer |
| - | |
AddBitmapMasked | Self As TImageList , byval Bitmap As HBITMAP , byval MaskColor As Integer | SUB |
AddBitmap | Self As TImageList , byval Bitmap As HBITMAP , byval Mask As HBITMAP | SUB |
AddIcon | Self As TImageList , byval Icon As HICON | SUB |
AddCursor | Self As TImageList , byval Cursor As HCURSOR | SUB |
Clear | Self As TImageList | SUB |
Create | Self As TImageList | SUB |
CreateFrom | Self As TImageList , byval FileName As String , byval MaskColor As Integer , byval ImageType As Integer | FUNCTION |
Delete | Self As TImageList , byval Index As Integer | SUB |
Draw | Self As TImageList , byval Index As Integer , byval DestDC As HDC , byval X As Integer , byval Y As Integer , byval Style As Long | SUB |
DrawEx | Self As TImageList , byval Index As Integer , byval DestDC As HDC , byval X As Integer , byval Y As Integer , byval iWidth As Integer , byval iHeight As Integer , byval FG As Integer , byval BK As Integer , byval Style As Long | SUB |
Free | Self As TImageList | SUB |
| - | |
GetBitmap | Self As TImageList , byval Index As Integer | FUNCTION |
GetCursor | Self As TImageList , byval Index As Integer | FUNCTION |
GetIcon | Self As TImageList , byval Index As Integer | FUNCTION |
GetMask | Self As TImageList , byval Index As Integer | FUNCTION |
| - | |
SetHeight | Self As TImageList , byval fHeight As Integer | SUB |
SetWidth | Self As TImageList , byval fWidth As Integer | SUB |
| |