[Overview][Constants][Types][Classes][Variables][Index] Reference for unit 'RSettings' (#LibR3R)

TRSetting

Declaration

Source position: rsettings.pas line 23

type TRSetting = packed record

  Name: ;

  Section: ;

  Description: ;

  case ValueType: Byte of

    TypeString: (

        ValueString: ;

      );

    TypeInteger: (

        ValueInteger: Integer;

      );

    TypeBoolean: (

        ValueBoolean: Boolean;

      );

end;