Class TConverterNode

Unit

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

Public constructor Create(const AX3DName, ABaseUrl: String); override;
Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdEnabled: TSFBool read FFdEnabled;
Public property Enabled: Boolean read GetEnabled write SetEnabled;
Public property EventIn: TXFAnyEvent read FEventIn;
Public property EventOut: TXFAnyEvent read FEventOut;

Description

Methods

Public constructor Create(const AX3DName, ABaseUrl: String); override;
 
Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdEnabled: TSFBool read FFdEnabled;

Internal wrapper for property Enabled. This wrapper API may change, we advise to access simpler Enabled instead.

Public property Enabled: Boolean read GetEnabled write SetEnabled;
 
Public property EventIn: TXFAnyEvent read FEventIn;
 
Public property EventOut: TXFAnyEvent read FEventOut;
 

Generated by PasDoc 0.16.0.