Home
last modified time | relevance | path

Searched refs:SetOnNotify (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas138 procedure SetOnNotify(Value: TCollectionNotifyEvent<T>);
182 property OnNotify: TCollectionNotifyEvent<T> read GetOnNotify write SetOnNotify;
227 procedure SetOnNotify(Value: TCollectionNotifyEvent<T>);
532 procedure TList<T>.SetOnNotify(Value: TCollectionNotifyEvent<T>); procedure