Class TAbstractMetadataNode
Unit
X3DNodes
Declaration
type TAbstractMetadataNode = class(TAbstractNode)
Description
Basis for all metadata nodes.
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
function DefaultContainerFieldInContext(const Version: TX3DVersion; const ParentNode: TX3DNode): String; override; | 
| 
  | 
  | 
procedure CreateNode; override; | 
| 
 
Create node fields and events. 
 | 
  | 
class function ClassX3DType: String; override; | 
| 
  | 
Properties
  | 
property FdName: TSFString read FFdName; | 
| 
 
Internal wrapper for property NameField. This wrapper API may change, we advise to access simpler NameField instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property NameField: String read GetNameField write SetNameField; | 
| 
  | 
  | 
property FdReference: TSFString read FFdReference; | 
| 
 
Internal wrapper for property Reference. This wrapper API may change, we advise to access simpler Reference instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart). 
 | 
  | 
property Reference: String read GetReference write SetReference; | 
| 
  | 
Generated by PasDoc 0.16.0.