When WSDL importer wizard generates the interfaces, all properties have the Index option, but reading the code and the InvokeRegistry unit, I can’t found what is that for, anyone know if it is really necessary?
Like this
Login = class(TRemotable) private [...] published property User: string Index (IS_OPTN) read GetUser write SetUser stored User_Specified; [...] end;
I’m asking because I want to change this unit, adding some Interfaces to this classes, for integrate with MVP framework.
I found a more detailed explanation for this question, When using Indexes, several properties can share the same access methods.
A good example, from Delphi 2009 Help:
Note, all properties shares the same method access.