Class LPComponent.TLPOptionalDisabledPersistent
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.
Package: Mitov.BasicLab
Unit: LPComponent
Inherits: TLPPersistent
Contents |
Syntax
Delphi:
type TLPOptionalDisabledPersistent = class( TLPPersistent )
C++ Builder:
class TLPOptionalDisabledPersistent : public TLPPersistent
Visual C++ (MFC):
class CTLPOptionalDisabledPersistent : public CTLPPersistent
C# (.NET):
public ref class OptionalDisabledPersistent : Mitov.SignalLab.Vcl.VclProperty
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
- Enabled - Enables/Disables the property.