Q&A

  • Drag and Drop
매번 답변에 감사 드림니다.



질문: Delphi3에서는 ConfirmChange Porperty를 쓸 수 없는지요?

procedure TForm1.DirectoryOutline1DragDrop(Sender, Source: TObject; X,

Y: Integer);

begin

if Source is TFileListBox then

with DirectoryOutLine1 do

ConfirmChange('Move', FileList.FileName,

Items[GetItem(X, Y)].FullPath);

end;

를 사용도중 Undeclared identifier: "ConfirmChange"라는 메세지가 발생 합니다. Please help me for that!!!

1  COMMENTS
  • Profile
    구창민 1999.08.20 03:10
    이무순 께서 말씀하시기를...

    > 매번 답변에 감사 드림니다.

    >

    > 질문: Delphi3에서는 ConfirmChange Porperty를 쓸 수 없는지요?

    > procedure TForm1.DirectoryOutline1DragDrop(Sender, Source: TObject; X,

    > Y: Integer);

    > begin

    > if Source is TFileListBox then

    > with DirectoryOutLine1 do

    > ConfirmChange('Move', FileList.FileName,

    > Items[GetItem(X, Y)].FullPath);

    > end;

    > 를 사용도중 Undeclared identifier: "ConfirmChange"라는 메세지가 발생 합니다. Please help me for that!!!



    무순님 안녕하세요?

    아래 사이트를 참조해보세요.

    도움이 되실 내용이 있을 겁니다.



    http://x32.deja.com/getdoc.xp?AN=258123399&CONTEXT=935054112.2028994650&hitnum=5



    그럼~ 즐거운 프로그래밍 되세요~