Class TConverterNode
Unit
X3DNodes
Declaration
type TConverterNode = class(TAbstractChildNode)
Description
No description available, ancestor TAbstractChildNode description follows
Abstract node type that indicates that the node may be used as a child of a grouping node, e.g. inside TAbstractGroupingNode.FdChildren.
Hierarchy
Overview
Methods
 |
constructor Create(const AX3DName, ABaseUrl: String); override; |
 |
procedure CreateNode; override; |
 |
class function ClassX3DType: String; override; |
Properties
Description
Methods
 |
constructor Create(const AX3DName, ABaseUrl: String); override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
Properties
 |
property FdEnabled: TSFBool read FFdEnabled; |
Internal wrapper for property Enabled . This wrapper API may change, we advise to access simpler Enabled instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Enabled: Boolean read GetEnabled write SetEnabled; |
|
Generated by PasDoc 0.16.0.