Purpose
Determines the area for an info value.
Class
Type
Method
Syntax
<oBrowser>:GetInfoRect(
<iInfoState>,
<srcArea>
) Æ lSuccess
Arguments
| <iInfoState> | The state to whose info value the area is to be determined. The following table lists the supported states: | 
| State | Description | 
| BINFO_INREADPROCESS | The bBrowser reads data about a slow connection. | 
| BINFO_NORECORDS | The data server that is linked to the browser does not contain records. This state also arises, for example, if a filter or selective relation hides all records. | 
| BINFO_NOSERVER | The browser is not linked to a data server. | 
| BINFO_SERVERNOTUSED | The data server that is linked with the browser is not opened. | 
| Data Type: | Integer | 
| <srcArea> | The rectangle structure in which the determined area is returned. | 
The structure must be specified by reference.
| Data Type: | _winRect | 
Return Value
| lSuccess | A logical value that indicates whether the area for the info value was determined. | 
| TRUE | The area was determined. | 
| FALSE | The area could not be determined. | 
| Data Type: | Logic | 
Description
bBrowser:GetInfoRect() determined to an info value the area in which it is drawn.
See Also
bBrowser:GetRecordGroupItemRect()
Page url: http://www.YOURSERVER.com/index.html?bbrowser_getinforect.htm