You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
6 lines
97 B
JavaScript
6 lines
97 B
JavaScript
![]() |
function myAlertFunction() {
|
||
|
|
||
|
alert('This alert dialog is declared in a local JS file.');
|
||
|
|
||
|
}
|