매번 답변에 감사 드림니다.
질문: 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!!!
> 매번 답변에 감사 드림니다.
>
> 질문: 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
그럼~ 즐거운 프로그래밍 되세요~