Class TX3DInterfaceDeclarationList
Unit
Declaration
type TX3DInterfaceDeclarationList = class(specialize TObjectList<TX3DInterfaceDeclaration>)
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.