Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 124359
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T04:59:16+00:00 2026-05-11T04:59:16+00:00

When WSDL importer wizard generates the interfaces, all properties have the Index option, but

  • 0

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.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T04:59:16+00:00Added an answer on May 11, 2026 at 4:59 am

    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:

    type     TRectangle = class       private         FCoordinates: array[0..3] of Longint;         function GetCoordinate(Index: Integer): Longint;         procedure SetCoordinate(Index: Integer; Value: Longint);       public         property Left: Longint index 0 read GetCoordinate write SetCoordinate;         property Top: Longint index 1 read GetCoordinate write SetCoordinate;         property Right: Longint index 2 read GetCoordinate write SetCoordinate;         property Bottom: Longint index 3 read GetCoordinate write SetCoordinate;         property Coordinates[Index: Integer]: Longint read GetCoordinate write SetCoordinate;         ...     end; 

    Note, all properties shares the same method access.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm may be missing something but I can't find the Delphi 2007 WSDL Importer
I recently heard of WSDL.Exe, but I am not sure where to find this
I have a WSDL file defining the interface for a web service and I
I have this in some WSDL: <element name="startDate" type="xsd:dateTime"/> <element name="endDate" type="xsd:dateTime"/> Which results
I know how to disable WSDL-cache in PHP, but what about force a re-caching
I have a SOAP 1.1 client that was generated with the Delphi 2007 WSDL
I have two files, one with webservice description (wsdl), second with data structures used
We have imported a wsdl from a thirdparty. This gives us a set of
I have a WSDL generated by WCF and now this WSDL should be used
I have a WSDL which I need to trigger some commands from. I need

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.