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:types:set [12/04/2020 17:42] thierry | — (Version actuelle) | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| - | ====== Set Of ====== | ||
| - | ===== Déclaration ===== | ||
| - | |||
| - | <code delphi> | ||
| - | THookedCommandFlag = ( // Type énuméré | ||
| - | hcfInit, | ||
| - | hcfPreExec, | ||
| - | hcfPostExec,   | ||
| - | hcfFinish  | ||
| - | ); | ||
| - | THookedCommandFlags = set of THookedCommandFlag; | ||
| - | |||
| - | </code> | ||