Pin SLIntToReal.TSLIntToReal.InputPin
From Mitov Wiki Doc
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: TSLIntToReal
Contents |
Syntax
Delphi:
property InputPin : TSLOWIntegerSinkPin read FInputPin write FInputPin;
C++ Builder:
__property TSLOWIntegerSinkPin * InputPin = { read=FInputPin, write=FInputPin };
Summary
The Integer input pin of the component.
Description
InputPin is the Integer buffer data input pin of the
component.
You can connect this pin to any pin providing Integer buffer data.
Delphi example:
SLIntToReal1.InputPin.Connect( SLGenericInt1.OutputPin );
C++ Builder example:
SLIntToReal1->InputPin->Connect( SLGenericInt1->OutputPin );
Visual C++(MFC) example:
SLIntToReal1.InputPin.Connect( SLGenericInt1.OutputPin );
C# example:
intToReal1.InputPin.Connect( genericInt1.OutputPin );