Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Active control on form
Wed, Oct 25 2017 3:18 PMPermanent Link

thomh

Hi,

Is there a way to check what is the active control on a form?

In Delphi I can do something like:

if Self.ActiveControl.Name = 'Edit1' then
begin
end;

// Thom
Wed, Oct 25 2017 3:42 PMPermanent Link

thomh

Doh! Never mind.

// Thom
Image