Class TX3DEventList
Unit
Declaration
type TX3DEventList = class(specialize TObjectList<TX3DEvent>)
Description
This item has no description.
Source: src/scene/x3d/castlefields_x3devent.inc (line 160).
Hierarchy
- TObject
- TList
- TObjectList
- TX3DEventList
Overview
Methods
![]() |
function IndexOfName(const Name: string): Integer; |
Properties
![]() |
property ByName[const AName: string]: TX3DEvent read GetByName; |
Description
Methods
![]() |
function IndexOfName(const Name: string): Integer; |
|
Find event index on the list. -1 if not found. | |
Properties
![]() |
property ByName[const AName: string]: TX3DEvent read GetByName; |
|
Access event by name. Raises EX3DNotFound if the given Name doesn't exist. | |
Generated by PasDoc 0.17.0.snapshot.
