Pin List SLAdd.TSLAdd.InputPins

From Mitov Wiki Doc
Revision as of 00:11, 26 June 2013 by David Alm (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.

Class: TSLAdd

Contents

Syntax

Delphi:

property InputPins : TOWPinListOwner read FInputPins write FInputPins;

C++ Builder:

__property TOWPinListOwner InputPins = { read=FInputPins, write=FInputPins };

Summary

The Input Pins for the addition.

Description

A list of Input Pins.

Use this property to connect the Inputs of the TSLAdd component to the data sources for the operation.


Delphi example:

SLAdd1.InputPins[0].Connect( SLSignalGen1.OutputPin );
SLAdd1.InputPins[1].Connect( SLSignalGen2.OutputPin );

C++ Builder example:

SLAdd1->InputPins->Pins[0]->Connect( SLSignalGen1->OutputPin );
SLAdd1->InputPins->Pins[1]->Connect( SLSignalGen2->OutputPin );

Visual C++(MFC) example:

SLAdd1.InputPins[0].Connect( SLSignalGen1.OutputPin );
SLAdd1.InputPins[1].Connect( SLSignalGen2.OutputPin );

C# example:

add1.InputPins[0].Connect( signalGen1.OutputPin );
add1.InputPins[1].Connect( signalGen2.OutputPin );

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox