Class TX3DEventList
Unit
X3DFields
Declaration
type TX3DEventList = class(specialize TFPGObjectList<TX3DEvent>)
Description
Hierarchy
- TFPGObjectList
- TX3DEventList
Overview
Methods
 |
function IndexOf(const Name: string): Integer; |
Properties
Description
Methods
 |
function IndexOf(const Name: string): Integer; |
Find event index on the list. -1 if not found.
|
Properties
 |
property ByName[constAName:string]: TX3DEvent read GetByName; |
Access event by name. Raises EX3DNotFound if the given Name doesn't exist.
|
Generated by PasDoc 0.13.0 on 2014-08-30 12:10:46
|