ServerResizeTimeout

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Properties >

ServerResizeTimeout

Use this property to specify the amount of time (in miliseconds) the browser will wait for Server when the IW Form has any code assigned to the OnResize event.

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.ServerResizeTimeout

 

ETYPE=Property

 

Declaration:

Delphi:

published property ServerResizeTimeout: Integer;

C++:

__published: __property int ServerResizeTimeout;

 

Description: This is ServerResizeTimeout, a member of class TIWServerControllerBase.