ActiveControl

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWForm > Properties >

ActiveControl

Use this method to set the active control when the form is rendered in the browser.

 

SIGNATURE=IWForm.TIWForm.ActiveControl

 

ETYPE=Property

 

Declaration:

Delphi:

published property ActiveControl: TIWCustomControl;

C++:

__published: __property TIWCustomControl ActiveControl;

 

Description: This is ActiveControl, a member of class TIWForm.