Class TX3DInterfaceDeclarationList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TX3DInterfaceDeclarationList = class(specialize TFPGObjectList<TX3DInterfaceDeclaration>)

Description

Hierarchy

  • TFPGObjectList
  • 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.12.1 on 2013-02-04 20:26:57