[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'LazConfigStorage' (#lcl)

TConfigStorage.SetValue

Declaration

Source position: line 0

procedure TConfigStorage.SetValue(

  const APath: ;

  const AValue:

);

procedure TConfigStorage.SetValue(

  const APath: ;

  AValue: Integer

);

procedure TConfigStorage.SetValue(

  const APath: ;

  AValue: Boolean

);

procedure TConfigStorage.SetValue(

  const APath: ;

  const AValue: TRect

);

procedure TConfigStorage.SetValue(

  const APath: ;

  const AValue: TPoint

);

procedure TConfigStorage.SetValue(

  const APath: ;

  const AValue: TStrings

);