Thema: With Test do

Einzelnen Beitrag anzeigen

EWeiss
(Gast)

n/a Beiträge
 
#9

AW: With Test do

  Alt 2. Mär 2011, 12:58
Und wie ist das Interface deklariert?
Delphi-Quellcode:
  ISkinFrameButton = interface
    ['{810D9186-F618-4EE6-84C3-054CDBAE1496}']
  end;
und die classe welche ich ansprechen will

Delphi-Quellcode:
  TSkinFrameButton = class(TInterfacedObject, ISkinFrameButton)
  private
    HFrameButton: HWND;
    Img: cardinal;
    Style: DWORD;
  public
    property Handle: HWND Read HFrameButton;
    constructor Create(hOwner: HWND; FullpathImageName: string;
      skLabel: PAnsiChar; x, y, xW, yH, ButID, StateMax: integer; Enabled: Boolean);
    destructor Destroy; override;
  end;

gruss

Geändert von EWeiss ( 2. Mär 2011 um 13:00 Uhr)
  Mit Zitat antworten Zitat