![]() |
AW: [Pascal Warnung] Unit 'FileCtrl' ist plattformspezifisch
Dann scheint die Funktion ShowFolder bei dir zu fehlen!
Code:
Von den Schweizern
procedure ShowFolder(strFolder: string);
begin ShellExecute(Application.Handle, PChar('explore'), PChar(strFolder), nil, nil, SW_SHOWNORMAL); end; |
AW: [Pascal Warnung] Unit 'FileCtrl' ist plattformspezifisch
Hallo,
existiert die procedure / function ShowFolder in der Unit1.pas? Wenn ja ist sie auch im interface-Teil der Unit deklariert? Gruß |
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:13 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz