Back to Devexpress

TdxFcObject.Connections Property

vcl-dxflchrt-dot-tdxfcobject-d059f94d.md

latest876 B
Original Source

TdxFcObject.Connections Property

Provides indexed access to all the connections between thecontrol‘s chart symbols.

Declaration

delphi
property Connections[Index: Integer]: TdxFcConnection read;

Property Value

Type
TdxFcConnection

Remarks

Use this property to access the connection whose index is passed as the Index parameter. The maximum Index value is the ConnectionCount value minus one.

See Also

TdxFcConnection.ObjectDest

TdxFcConnection.ObjectSource

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit