Pin SLCommonGen.TSLBasicCommonGen.EnablePin
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Latest revision as of 01:31, 7 June 2013
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: TSLBasicCommonGen
Contents |
Syntax
Delphi:
property EnablePin : TOWBoolSinkPin read FEnablePin write FEnablePin;
C++ Builder:
__property TOWBoolSinkPin * EnablePin = { read=FEnablePin, write=FEnablePin };
Summary
The enable pin of the generator.
Description
This Boolean sink pin can be used to enable or disable the
generator.
To enable/disable the component, connect this pin to a Boolean source or state pin of another component.