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.
Hierarchy
- TObject
- TPersistent
- TStrings
- TStringList
- TX3DImportableNames
Overview
Methods
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Bind(const InlineName: string; const Exported: TX3DNodeNames); |
Description
Methods
![]() |
constructor Create; |
This item has no description. |
![]() |
destructor Destroy; override; |
This item has no description. |
![]() |
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. |
Generated by PasDoc 0.16.0-snapshot.