TStringAlignGrid from D6 to DelphiXE

Has anyone been able to convert StringAlignGrid by Andreas Hirstmeyer from Delphi 6 (his latest release) to work in Delphi XE?

I have several projects that use StringAlignGrid extensively, and I would prefer not to convert to another grid if possible.

Steve...

+3
source share
2 answers

The source is freely available, so if you need to do this immediately, you can simply try to do it yourself. http://www.hoerstemeier.com/files/grid21.zip

, . , , . 3 , , , :

  • ah_def.inc , XE; , pre-delphi 3. .
  • ah_def.inc, ShortString. , String ansistring.
  • PString, PAnsiString ( unicode)
  • PChar, PAnsiChar.

, .

+1

. : .

0

All Articles