Thema: Delphi Sowas wie LostFocus?

Einzelnen Beitrag anzeigen

Klaus01

Registriert seit: 30. Nov 2005
Ort: München
5.767 Beiträge
 
Delphi 10.4 Sydney
 
#3

Re: Sowas wie LostFocus?

  Alt 11. Aug 2006, 20:11
aus der Hilfe:
Zitat:

Occurs when the form loses focus.

property OnDeactivate: TNotifyEvent;

Description

Use OnDeactivate to perform special processing when the form transitions from being the active form to another form in the same application becoming the active form. If activation goes to another application, this event is not triggered. To determine if another application has become active, Use the TApplication object’s OnDeactivate event.
Als Zusatz zum vorherigen Posting von mkinzler

Grüße
Klaus
Klaus
  Mit Zitat antworten Zitat