Class TAbstractMetadataNode

Unit

Declaration

type TAbstractMetadataNode = class(TAbstractNode)

Description

Basis for all metadata nodes.

Hierarchy

Overview

Methods

Public procedure CreateNode; override;
Public class function ClassX3DType: string; override;

Properties

Public property FdName: TSFString read FFdName;
Public property NameField: String read GetNameField write SetNameField;
Public property FdReference: TSFString read FFdReference;
Public property Reference: String read GetReference write SetReference;

Description

Methods

Public procedure CreateNode; override;
 
Public class function ClassX3DType: string; override;
 

Properties

Public property FdName: TSFString read FFdName;

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

Public property NameField: String read GetNameField write SetNameField;
 
Public property FdReference: TSFString read FFdReference;

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

Public property Reference: String read GetReference write SetReference;
 

Generated by PasDoc 0.16.0.