| Class IImage (unit ComctlLib) |
IDispatch
A bitmap or icon of any size that can be used in other controls.
| Constructors |
| Functions |
procedure Draw(hDC: OLE_HANDLE; var x, y, Style: OleVariant);
function ExtractIcon: IPictureDisp;
function Get_Index: Smallint;
function Get_Key: WideString;
function Get_Picture: IPictureDisp;
function Get_Tag: OleVariant;
procedure Set_Index(Value: Smallint);
procedure Set_Key(const Value: WideString);
procedure Set_Picture(var Value: IPictureDisp);
procedure Set_Tag(Value: OleVariant);| Properties |
property Index : Smallint
property Key : WideString
property Picture : IPictureDisp
property Tag : OleVariant| Events |
| Variables |
| Constructors |
| Functions |
procedure Draw(hDC: OLE_HANDLE; var x, y, Style: OleVariant);
function ExtractIcon: IPictureDisp;
function Get_Index: Smallint;
function Get_Key: WideString;
function Get_Picture: IPictureDisp;
function Get_Tag: OleVariant;
procedure Set_Index(Value: Smallint);
procedure Set_Key(const Value: WideString);
procedure Set_Picture(var Value: IPictureDisp);
procedure Set_Tag(Value: OleVariant);| Properties |
property Index : Smallint
property Key : WideString
property Picture : IPictureDisp
property Tag : OleVariant| Events |
| Variables |