Code:
type
SomeClass = class
public
function GetArrayProp([color=#ff0000]Index: string[/color]): [color=#0000ff]string[/color];
procedure SetArrayProp([color=#ff0000]Index: string[/color]; Value: [color=#0000ff]string[/color]);
property ArrayProp[[color=#ff0000]Index: string[/color]]: [color=#0000ff]string[/color] read GetArrayProp write SetArrayProp;
Nur noch mal zur Erinnerung und für alle anderen, die es brauchen ...
es müßen nur die farbigen Deffinitionen übereinstimmen.