Source position: xsettings-common.inc line 63
type TXSettingsSetting = record |
name: Pchar; |
_type: TXSettingsType; |
data: record |
case LongInt of |
0: ( |
v_int: LongInt; |
); |
1: ( |
v_string: Pchar; |
); |
2: ( |
v_color: TXSettingsColor; |
); |
end; |
last_change_serial: dword; |
end; |