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

TConfigStorage.SetValue

Declaration

Source position: line 0

public procedure TConfigStorage.SetValue(

  const APath: String;

  const AValue: String

);

procedure TConfigStorage.SetValue(

  const APath: String;

  AValue: Integer

);

procedure TConfigStorage.SetValue(

  const APath: String;

  AValue: Boolean

);

procedure TConfigStorage.SetValue(

  const APath: String;

  const AValue: TRect

);

procedure TConfigStorage.SetValue(

  const APath: String;

  const AValue: TPoint

);

procedure TConfigStorage.SetValue(

  const APath: String;

  const AValue: TStrings

);