TBoldMemberFactory¶
Creates instances of TBoldMember subclasses
Unit: BoldSystem
Declaration¶
Hierarchy¶
- TObject
TBoldMemoryManagedObject- TBoldMemberFactory
Description¶
This factory simplifies creating instances of the TBoldMember subclasses with a correct type in the bold type system.
Methods¶
| Name | Summary | Notes |
|---|---|---|
| CreateMemberFromBoldType | Creates a TBoldMember of the desired type | |
| CreateMemberFromExpressionName | Creates a TBoldMember of the desired type |
CreateMemberFromBoldType¶
Call this with a TBoldElementTypeInfo and it will return an instance of a corresponding type with the BoldType-property correctly set.
CreateMemberFromExpressionName¶
class function CreateMemberFromExpressionName(SystemTypeInfo: TBoldSystemTypeInfo; const Name: String): TBoldMember;
Similar to CreateMemberFromBoldType, but takes a string with the expression name of the type instead.
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.