Type Definitions
- Updated2022-01-06
- 1 minute(s) read
Type Definitions
Type definitions are custom data types that you define using the G language and can reuse throughout your project.
You define a type definition in a G Type document.
Related Information
- Creating a Custom Data Type Using a G Type Document
Create a type definition, or custom data type, to reuse a control or constant throughout your project.
- Updating Custom Data Type Instances Throughout Your Project
Modify a G Type document to update all the instances of a custom data type in your project.