Property SLSwitch.TSLSwitch.ResetOnEnable

From Mitov Wiki Doc
Revision as of 00:24, 22 November 2011 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: TSLSwitch

Contents

Syntax

Delphi:

property ResetOnEnable : Boolean read FResetOnEnable write SetResetOnEnable default False;

C++ Builder:

__property bool ResetOnEnable = { read=FResetOnEnable, write=SetResetOnEnable, default=False };

Summary

Send a Stop/Start command when enabled.

Description

If set to true, a start command is sent trough the output each time the component is enabled.


Delphi example:

SLSwitch1.ResetOnEnable := True;

C++ Builder example:

SLSwitch1->ResetOnEnable = true;

Visual C++(MFC) example:

SLSwitch1.ResetOnEnable = true;

Visual C++/CLI example:

switch1->ResetOnEnable = true;

C# example:

switch1.ResetOnEnable = true;

VB example:

Switch1.ResetOnEnable = True

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox