[Overview][Types][Classes][Procedures and functions][Index] |
Source position: line 0
public procedure TConfigStorage.SetDeleteValue( |
const APath: String; |
const AValue: String; |
const DefValue: String |
); |
const APath: String; |
AValue: Integer; |
DefValue: Integer |
); |
const APath: String; |
AValue: Boolean; |
DefValue: Boolean |
); |
const APath: String; |
const AValue: TRect; |
const DefValue: TRect |
); |
const APath: String; |
const AValue: TPoint; |
const DefValue: TPoint |
); |
lazarus-ccr.sourceforge.net |