Class TX3DInterfaceDeclarationList

Unit

Declaration

type TX3DInterfaceDeclarationList = class(specialize TObjectList<TX3DInterfaceDeclaration>)

Description

This item has no description.

Hierarchy

  • TObject
  • TList
  • TObjectList
  • TX3DInterfaceDeclarationList

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-snapshot.