Class TX3DImportableNames

Unit

Declaration

type TX3DImportableNames = class(TStringList)

Description

List of names that can be IMPORTed in X3D. Case-sensitive, just like X3D names are.

Source: scene/x3d/x3dnodes_names.inc (line 100).

Hierarchy

  • TObject
  • TPersistent
  • TStrings
  • TStringList
  • TX3DImportableNames

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public procedure Bind(const InlineName: string; const Exported: TX3DNodeNames);

Description

Methods

Public constructor Create;

This item has no description.

Source: scene/x3d/x3dnodes_names.inc (line 102).

Public destructor Destroy; override;

This item has no description.

Source: scene/x3d/x3dnodes_names.inc (line 103).

Public procedure Bind(const InlineName: string; const Exported: TX3DNodeNames);

Bind Exported names to given Inline node name. Exported instance becomes owner by this TX3DImportableNames instance. InlineName must be <> '' here.

Source: scene/x3d/x3dnodes_names.inc (line 108).


Generated by PasDoc 0.17.0.snapshot.