[Overview][Types][Classes][Index] Reference for unit 'LazConfigStorage' (#lcl)

TConfigStorage.SetDeleteValue

Declaration

Source position: line 0

public procedure TConfigStorage.SetDeleteValue(

  const APath: String;

  const AValue: String;

  const DefValue: String

);

procedure TConfigStorage.SetDeleteValue(

  const APath: String;

  AValue: Integer;

  DefValue: Integer

);

procedure TConfigStorage.SetDeleteValue(

  const APath: String;

  AValue: Boolean;

  DefValue: Boolean

);

procedure TConfigStorage.SetDeleteValue(

  const APath: String;

  const AValue: TRect;

  const DefValue: TRect

);

procedure TConfigStorage.SetDeleteValue(

  const APath: String;

  const AValue: TPoint;

  const DefValue: TPoint

);