| [Overview][Constants][Types][Classes][Procedures and functions][Index] | 
Source position: lazgobject2.pas line 408
| type T_Value__data__union = record | ||
| case LongInt of | ||
| 0: ( | ||
| v_int: gint; | 
 | |
| ); | ||
| 1: ( | ||
| v_uint: guint; | 
 | |
| ); | ||
| 2: ( | ||
| v_long: glong; | 
 | |
| ); | ||
| 3: ( | ||
| v_ulong: gulong; | 
 | |
| ); | ||
| 4: ( | ||
| v_int64: gint64; | 
 | |
| ); | ||
| 5: ( | ||
| v_uint64: guint64; | 
 | |
| ); | ||
| 6: ( | ||
| v_float: gfloat; | 
 | |
| ); | ||
| 7: ( | ||
| v_double: gdouble; | 
 | |
| ); | ||
| 8: ( | ||
| v_pointer: gpointer; | 
 | |
| ); | ||
| end; |