KNOWLEDGE BASE
Log In    |    Knowledge Base    |    4D Home
Tech Tip: Automatic partition of table and field names in labels
PRODUCT: 4D for iOS | VERSION: 19 | PLATFORM: Mac
Published On: January 17, 2022

When developing a 4D for iOS or 4D for Android app, naming tables in camel case or snake case will allow those names to be automatically partitioned in Labels & Icons. The short and long labels are conveniently inferred from the camel or snake casing of the name. For example, a table named “camelCase” will automatically have labels named “Camel Case”.



A table named "snake_case" will result in short and long labels named "Snake Case". This also applies to fields in camel or snake case format.