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:functions:format [17/04/2020 19:49] thierry |
prog:lazarus:functions:format [23/05/2020 11:38] (Version actuelle) thierry [Sources et Ressources] |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
====== Format ====== | ====== Format ====== | ||
+ | ===== La fonction Format('',[]) ===== | ||
+ | |||
Cette fonction est une fonction super utile pour formater du texte | Cette fonction est une fonction super utile pour formater du texte | ||
Ligne 24: | Ligne 26: | ||
|%x |Hexadecimal | | |%x |Hexadecimal | | ||
- | ===== Plus d'infos ===== | + | ===== Autres formats ===== |
+ | ==== Hexadecimal ==== | ||
+ | * IntToHex : [[https://lazarus-ccr.sourceforge.io/docs/rtl/sysutils/inttohex.html]] | ||
+ | * Autres infos en bas de cette page : [[https://wiki.freepascal.org/Hexadecimal]] | ||
+ | |||
+ | |||
+ | ===== Sources et Ressources ===== | ||
* [[https://wiki.freepascal.org/Format_function]] | * [[https://wiki.freepascal.org/Format_function]] | ||