Skip to content

Kitto.Config.UserFormats

Typed config reader for the user format-settings domain (Config.yaml node UserFormats). Part of the per-domain organization of the config metadata (replacing the monolithic Kitto.Metadata.SubNodes). Reads its subtree once into typed fields (see TKConfigReader) AND carries the [YamlNode] attributes that KIDE reads via RTTI for the Config editor.

TKUserFormatsConfig class

Display/parse format overrides applied to the process FormatSettings at startup. Every value is optional: an empty/absent entry keeps the value inherited from the operating-system locale. YAML path: UserFormats

UserFormats:
Date: dd/mm/yyyy
Time: hh:nn:ss
Decimal: ','
Thousand: '.'
Currency: '€'

Released under Apache License, Version 2.0.