Class TX3DInterfaceDeclarationList
Unit
Declaration
type TX3DInterfaceDeclarationList = class(specialize TObjectList<TX3DInterfaceDeclaration>)
Description
This item has no description.
Source: src/scene/x3d/x3dnodes_x3dinterfacedeclaration.inc (line 145).
Hierarchy
- TObject
- TList
- TObjectList
- TX3DInterfaceDeclarationList
Overview
Methods
![]() |
function TryFindName(const Name: String): TX3DFieldOrEvent; |
![]() |
function TryFindFieldName(const Name: String): TX3DField; |
![]() |
function TryFindEventName(const Name: String): TX3DEvent; |
Description
Methods
![]() |
function TryFindName(const Name: String): TX3DFieldOrEvent; |
|
Find field or event with given Name. Source: src/scene/x3d/x3dnodes_x3dinterfacedeclaration.inc (line 150). | |
![]() |
function TryFindFieldName(const Name: String): TX3DField; |
|
Find field with given Name. Source: src/scene/x3d/x3dnodes_x3dinterfacedeclaration.inc (line 154). | |
![]() |
function TryFindEventName(const Name: String): TX3DEvent; |
|
Find event with given Name. Source: src/scene/x3d/x3dnodes_x3dinterfacedeclaration.inc (line 158). | |
Generated by PasDoc 0.17.0.snapshot.
