Q&A

  • 컴포넌트의 핸들 알아오기
컴포넌트 핸들 아는 방법좀 알려주세요
TPanel...핸들..
1  COMMENTS
  • Profile
    장재형 2002.09.19 01:28

    procedure TForm1.Button1Click(Sender: TObject);
    var
       ph :THandle;
    begin
      ph := Panel1.Handle;
      showmessage( inttostr(ph));
    end;

    즐코 하세요...