Class LPComponent.TLPOptionalEnabledPersistent
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
(4 intermediate revisions by one user not shown) | |||
Line 5: | Line 5: | ||
</span></b> | </span></b> | ||
− | '''Package:''' [[Package | + | '''Package:''' [[Package Mitov.BasicLab|Mitov.BasicLab]] |
'''Unit:''' [[Unit LPComponent|LPComponent]] | '''Unit:''' [[Unit LPComponent|LPComponent]] | ||
Line 26: | Line 26: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' OptionalEnabledPersistent : [[Class LPComponent.TLPOptionalDisabledPersistent|Mitov.SignalLab.OptionalDisabledPersistent]] |
</code> | </code> | ||
== Summary == | == Summary == | ||
Line 52: | Line 52: | ||
=== Public === | === Public === | ||
+ | *[[Method function LPComponent.TLPPersistent.QueryInterface(TGUID;TObject) : HResult|function QueryInterface(IID : TGUID; Obj : TObject) : HResult]] | ||
*[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | *[[Method function LPComponent.TLPPersistent.GetOwner() : TPersistent|function GetOwner() : TPersistent]] | ||
*[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | *[[Method procedure LPComponent.TLPPersistent.OwnerNameChanged(String;String)|procedure OwnerNameChanged(AOldName : String; ANewName : String)]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Latest revision as of 00:29, 26 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.
Package: Mitov.BasicLab
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 OptionalEnabledPersistent : 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.