captanblack
Programmer
Hi
is it possible to determine if active window is an open dialog window ?
So Thanx
is it possible to determine if active window is an open dialog window ?
So Thanx
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var
Handle : THandle;
begin
Handle := OpenDialog1.Handle;
if Handle<>0 then
ShowMessage (IntToStr(Handle));