Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
|
prog:lazarus:a_etudier [27/04/2021 17:14] thierry [TLockedEvent = specialize TThreadedData<TNotifyEvent>;] |
prog:lazarus:a_etudier [27/04/2021 17:16] (Version actuelle) thierry [TLockedEvent = specialize TThreadedData<TNotifyEvent>;] |
||
|---|---|---|---|
| Ligne 11: | Ligne 11: | ||
| ===== TLockedEvent = specialize TThreadedData<TNotifyEvent>; ===== | ===== TLockedEvent = specialize TThreadedData<TNotifyEvent>; ===== | ||
| - | <code delphi> | + | <code delphi LazWebsockets\src\wsstream.pas> |
| TLockedEvent = specialize TThreadedData<TNotifyEvent>; | TLockedEvent = specialize TThreadedData<TNotifyEvent>; | ||
| ... | ... | ||
| Ligne 65: | Ligne 65: | ||
| Avec... | Avec... | ||
| - | <code delphi> | + | <code delphi LazWebsockets\src\wsutils.pas> |
| { TThreadedData } | { TThreadedData } | ||