Create(TdxFcConnection) Constructor
Creates the TdxFcConnectionArrow class instance.
Declaration
constructor Create(AOwner: TdxFcConnection);
Parameters
Name | Type |
---|---|
AOwner | TdxFcConnection |
Remarks
This constructor supports the internal infrastructure and is not intended to be used directly from your code. The Create constructor creates an arrow at the connection passed as the AOwner parameter. This constructor calls the inherited constructor, and initializes the arrow’s properties and fields.
See Also