Class TX3DInterfaceDeclarationList
Unit
Declaration
type TX3DInterfaceDeclarationList = class(specialize TObjectList<TX3DInterfaceDeclaration>)
Description
This item has no description.
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. |
![]() |
function TryFindFieldName(const Name: String): TX3DField; |
Find field with given Name. |
![]() |
function TryFindEventName(const Name: String): TX3DEvent; |
Find event with given Name. |
Generated by PasDoc 0.16.0-snapshot.