Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:property

69     { Property accessors }
73 property Implementor: TObject read GetImplementor;
92 { Property accessors }
97 property Value: String read GetValue write SetValue;
130 { Property accessors }
179 property Capacity: Integer read GetCapacity write SetCapacity;
180 property Count: Integer read GetCount write SetCount;
181 property Items[Index: Integer]: T read GetItem write SetItem; default;
182 property OnNotify: TCollectionNotifyEvent<T> read GetOnNotify write SetOnNotify;
188 { Property accessors }
205 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
206 property Count: Integer read GetCount;
281 property Current: TPair<TKey,TValue> read GetCurrent;
359 /// -IInterface descendants (default property)
384 property Count: Integer read FCount;
385 property AsInteger[const Name: String]: Integer read GetAsInteger write SetAsInteger;
386 property AsInterface[const Name: String]: IInterface read GetAsInterface write SetAsInterface; default;