Property ALSwitch.TALSwitch.ResetOnEnable

From Mitov Wiki Doc
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: TALSwitch

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:

ALSwitch1.ResetOnEnable := True;

C++ Builder example:

ALSwitch1->ResetOnEnable = true;

Visual C++(MFC/Win32) example:

ALSwitch1.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