Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OS X で MessageBeep の代替品を探しています。呼び出す適切な関数はNSBeepのようですが、XE2 RTL ではサポートされていません。
Delphi アプリケーションから NSBeep を呼び出すにはどうすればよいですか?
これは単純な C 関数です。
procedure NSBeep; cdecl; external '/System/Library/Frameworks/AppKit.framework/AppKit' name '_NSBeep';