Class TX3DInterfaceDeclarationList
Unit
X3DNodes
Declaration
type TX3DInterfaceDeclarationList = class(specialize TFPGObjectList<TX3DInterfaceDeclaration>)
Description
Hierarchy
- TFPGObjectList
- TX3DInterfaceDeclarationList
Overview
Methods
Description
Methods
 |
function TryFindName(const Name: string): TX3DFieldOrEvent; |
Find field or event with given Name. Nil if not found.
|
 |
function TryFindFieldName(const Name: string): TX3DField; |
Find field with given Name. Nil if not found.
|
 |
function TryFindEventName(const Name: string): TX3DEvent; |
Find event with given Name. Nil if not found.
|
Generated by PasDoc 0.12.1 on 2013-02-04 20:26:57
|