Hi,
Delphi-Quellcode:
TEnvironment = class(TComponent)
private
...
published
{ Published-Deklarationen }
property AllUsersProfile: string read FAllUsersProfile;
property AppData: string read FAppData;
property Path: TStringList read FPath;
end;
Die Propertys sollten doch im
OI angezeigt werden. Das tut legendlich nur die property "Path", die anderen beiden sind "verschwunden". Wird ja wohl kaum dadran liegen, das es kein
write gibt?
Was könnte ich dagegen tun?