Class TInfoNode_1

Unit

Declaration

type TInfoNode_1 = 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 procedure CreateNode; override;
Public class function ClassX3DType: string; override;
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;

Properties

Public property FdString: TSFString read FFdString;
Public property Text: String read GetText write SetText;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 
Public class function ForVRMLVersion(const Version: TX3DVersion): Boolean; override;
 

Properties

Public property FdString: TSFString read FFdString;

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

Public property Text: String read GetText write SetText;
 

Generated by PasDoc 0.16.0.