Class TX3DFieldList
Unit
Declaration
type TX3DFieldList = class(specialize TObjectList<TX3DField>)
Description
This item has no description.
Hierarchy
- TObject
- TList
- TObjectList
- TX3DFieldList
Overview
Methods
![]() |
function IndexOfName(const AName: String): integer; |
![]() |
function IndexOfExposedEvent(const EventName: String; out Event: TX3DEvent): Integer; |
Properties
![]() |
property ByName[const AName: String]: TX3DField read GetByName; |
Description
Methods
![]() |
function IndexOfName(const AName: String): integer; |
Searches for a field with given Name, returns it's index or -1 if not found. |
![]() |
function IndexOfExposedEvent(const EventName: String; out Event: TX3DEvent): Integer; |
Returns if EventName is an event implicitly exposed by one of our exposed fields (i.e. set_xxx or xxx_changed). If yes, then returns index of event, and the event reference itself (so always |
Properties
![]() |
property ByName[const AName: String]: TX3DField read GetByName; |
Access field by name. Raises EX3DNotFound if the given Name doesn't exist. |
Generated by PasDoc 0.16.0-snapshot.