Class TX3DInterfaceDeclarationList

Unit

Declaration

type TX3DInterfaceDeclarationList = class(specialize TObjectList<TX3DInterfaceDeclaration>)

Description

Hierarchy

Overview

Methods

Public function TryFindName(const Name: string): TX3DFieldOrEvent;
Public function TryFindFieldName(const Name: string): TX3DField;
Public function TryFindEventName(const Name: string): TX3DEvent;

Description

Methods

Public function TryFindName(const Name: string): TX3DFieldOrEvent;

Find field or event with given Name. Nil if not found.

Public function TryFindFieldName(const Name: string): TX3DField;

Find field with given Name. Nil if not found.

Public function TryFindEventName(const Name: string): TX3DEvent;

Find event with given Name. Nil if not found.


Generated by PasDoc 0.16.0.