Unit 'Forms' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TScreen.AddHandlerActiveControlChanged

Adds a control changed notification handler.

Declaration

Source position: forms.pp line 1247

public procedure TScreen.AddHandlerActiveControlChanged(

  OnActiveControlChanged: TScreenControlEvent;

  AsFirst: Boolean = False

);

Arguments

OnActiveControlChanged

  

Active control changed notification handler added in the method.

AsFirst

  

True if the handler should be the first in the list for the type.



CT Web help

CodeTyphon Studio