-4

I have found a kind of an answer here :

https://www.devexpress.com/Support/Center/Question/Details/A2079

https://www.devexpress.com/Support/Center/Question/Details/T357085

But I need the code in Delphi. I understand I need to have an unbound column but dont know the right code. So any help would be nice.

user763539
  • 3,509
  • 6
  • 44
  • 103
  • You've not provided any information here, you've linked an external site, and you've not asked a question.We should not have to leave this site to find out what you're asking. We're also not a code-translation service. See [How do I ask a good question?](http://stackoverflow.com/help/how-to-ask) and try again. – Ken White May 30 '16 at 02:58
  • Question is pretty clear I think . The answers on those sites refer to another programing languages and I need that code in Delphi (pascal). – user763539 May 30 '16 at 03:02
  • 2
    Question is not clear. There's no information here, we do not go somewhere else to figure out what you're asking, and we're not a language conversion service for porting code from one language to another. See the link I provided already and try again. Explain the problem you're having, post the code, your efforts to convert it, and ask a specific question and perhaps we can help. – Ken White May 30 '16 at 03:04
  • 1
    The links you posted are for the .NET grid, not the VCL one. Otherwise there *would* be Delphi code. I'm sure you'll find the solution on support center. Set the filter to VCL or ExpressQuantumGrid Suite and search again. – Uli Gerhardt May 30 '16 at 05:39

1 Answers1

-3

I found the answer here on devexpress support center:

TcxGrid Row Number

It explains how to add row numbers in an unbound grid column.

user763539
  • 3,509
  • 6
  • 44
  • 103
  • See [here](http://stackoverflow.com/help/how-to-answer), especially the section "Provide context for links". – Uli Gerhardt May 30 '16 at 05:54
  • A link to a potential solution is always welcome, but please [add context around the link](http://meta.stackexchange.com/questions/8231/are-answers-that-just-contain-links-elsewhere-really-good-answers/8259#8259) so your fellow users will have some idea what it is and why it’s there. Always quote the most relevant part of an important link, in case the target site is unreachable or goes permanently offline. Take into account that being barely more than a link to an external site is a possible reason as to [Why and how are some answers deleted?](https://stackoverflow.com/help/deleted-answers). – Box Box Box Box Jun 26 '16 at 07:18