[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: pkgoptions.pp line 119
type TFppkgRepositoryOptionSection = class(TFppkgOptionSection) |
protected |
procedure SaveToStrings(); override; |
class function GetKey; override; |
public |
procedure AddKeyValue(); override; |
procedure LogValues(); override; |
function AllowDuplicate; override; |
function GetRepositoryType; virtual; |
property RepositoryName: string; [rw] |
property Description: string; [rw] |
property Path: string; [rw] |
property Prefix: string; [rw] |
property InstallRepositoryName: string; [rw] |
end; |
| |
| |
TObject |