Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to get delphi's edit-control text by WinAPI?

75 views
Skip to first unread message

yan...@gmail.com

unread,
May 6, 2009, 7:54:08 AM5/6/09
to
Hi all!

Is there any way to retrieve text from the delphi TEdit or TTntEdit
control, with win32?
The problem is that I want to get information from external
application, which is written in delphi. Delphi uses VCL controls
which encapsulate all the win32 messages handling. So except from the
TEdit control's handle (HWND) I don't have any other information and
cann't retrieve it using standard win32messages.
So sending WM_GETTEXT, or GetWindowText is not work here...
Does someone know a way to do it??

Thanks!

0 new messages