[Overview][Constants][Types][Classes][Variables][Index] |
Source position: rsettings.pas line 23
type TRSetting = packed record |
case ValueType: Byte of |
TypeString: ( |
); |
TypeInteger: ( |
ValueInteger: Integer; |
); |
TypeBoolean: ( |
ValueBoolean: Boolean; |
); |
end; |