Back to Devexpress

TdxCustomFlowChart.GetConnectionAt(Integer,Integer) Method

vcl-dxflchrt-dot-tdxcustomflowchart-dot-getconnectionat-x28-system-dot-integer-system-dot-integer-x29.md

latest1.3 KB
Original Source

TdxCustomFlowChart.GetConnectionAt(Integer,Integer) Method

Returns the connection that contains the specified point.

Declaration

delphi
function GetConnectionAt(X: Integer; Y: Integer): TdxFcConnection;

Parameters

NameType
XInteger
YInteger

Returns

Type
TdxFcConnection

Remarks

Call this function to access the connection that includes a point whose coordinates within the control’s area are passed as the X and Y parameters. If there is no connection at the specified point, the GetConnectionAt function returns nil.

See Also

TdxCustomFlowChart.GetHitTestAt

TdxCustomFlowChart.GetObjectAt

TdxCustomFlowChart.Notification

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit