Class LPComponent.TLPOptionalEnabledPersistent
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 07:05, 1 November 2012
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.
Package: SignalLabBasicPkg
Unit: LPComponent
Inherits: TLPOptionalDisabledPersistent
Contents |
Syntax
Delphi:
type TLPOptionalEnabledPersistent = class( TLPOptionalDisabledPersistent )
C++ Builder:
class TLPOptionalEnabledPersistent : public TLPOptionalDisabledPersistent
Visual C++ (MFC):
class CTLPOptionalEnabledPersistent : public CTLPOptionalDisabledPersistent
C# (.NET):
public ref class TLPOptionalEnabledPersistent : Mitov.SignalLab.OptionalDisabledPersistent
Summary
Base class for optional properties.
Description
This is the base class for optional properties. It allows the functionality of the property to be enabled or disabled.
Properties
Published
From TLPOptionalDisabledPersistent
Properties
Published
- Enabled - Enables/Disables the property.