Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas137 function GetOnNotify: TCollectionNotifyEvent<T>;
182 property OnNotify: TCollectionNotifyEvent<T> read GetOnNotify write SetOnNotify;
226 function GetOnNotify: TCollectionNotifyEvent<T>;
483 function TList<T>.GetOnNotify: TCollectionNotifyEvent<T>; in GetOnNotify() function