TdxFcConnection.InRect(TRect) Method
In This Article
Identifies whether a specific rectangle intersects the connection’s line.
#Declaration
#Parameters
Name | Type |
---|---|
R | TRect |
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True if the connection’s line has at least one intersection with a rectangle passed as the R parameter; otherwise — False.
See Also