TBoldNonSystemHandle¶
This class introduces the StaticSystemHandle property. It is an abstract class.
Unit: BoldHandles
Declaration¶
Hierarchy¶
- TComponent
- TBoldSubscribableComponent
- TBoldElementHandle
- TBoldNonSystemHandle
- Direct subclasses
TBoldReferenceHandle- TBoldRootedHandle
TBoldSQLHandleTBoldVariableHandle
Description¶
This class introduces the StaticSystemHandle property. It is an abstract class.
Properties¶
| Name | Summary | Notes |
|---|---|---|
| StaticSystemHandle | SystemHandle used if no Value is available |
StaticSystemHandle¶
Setting this handle will affect the way StaticSystemTypeInfo and thus ultimately StaticBoldType are calculated. Its use is described in the overview of the class for each handle. If the handle is not connected (recursively) to a system handle through some other property, this property should be set to point to the SystemHandle to which the handle "belongs".
Methods¶
| Name | Summary | Notes |
|---|---|---|
| Create | Constructor | override |
| Destroy | Destructor | override |
| GetStaticSystemTypeInfo | Overrides TBoldElementHandle.GetStaticSystemTypeInfo | protected, override |
| SetStaticSystemHandle | Set-method for the StaticSystemHandle property | protected, virtual |
Create¶
Constructor. TBoldNonSystemHandle is an abstract class, and thus not intended to be instansiated.
Destroy¶
Destructor
GetStaticSystemTypeInfo¶
Overrides GetStaticSystemTypeInfo
SetStaticSystemHandle¶
Set-method for the StaticSystemHandle property
Generated from the Bold 4.0 help (Help/BfD.chm) by Tools/chm2mkdocs.py; member lists reflect Bold 4.0, see the source for members added since.