delphi - Geting an instance of Windows Control (dialog window) by its handle -


i called dialog window in delphi. i'm trying refference it, bu encountering problem. controls not vcl can't use findwindow(handle): twincontrol

is there method returns proper window control?

is there chace able gather dialog window info like:

*number of controls on dialog window *names, text, classnames of controls on dialog window

if there isn't vcl control representing dialog box, cannot manufacture 1 out of nothing. vcl controls create , assume responsibility corresponding windows controls, if windows controls exist, there no way "wrap" them new vcl objects.

you'll have operate on window handles directly instead. can use them gather whatever information want.


Comments

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -