 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Uncle Potato Guest
|
Posted: Fri Aug 05, 2005 7:50 am Post subject: Where are those constant defined ? |
|
|
ole with excel,
I see lots of example which goes like
Excel.Range['A1', 'D10'].Sort(
Excel.Cells.Item[2, 2], xlAscending,
Excel.Cells.Item[2, 3], EmptyParam, xlDescending,
EmptyParam, xlAscending, xlYes, EmptyParam,
True, xlTopToBottom, xlSyllabary, EmptyParam,
EmptyParam, EmptyParam);
But it seems D6 complains those variables like xlAscending is not
defined. Is there a unit which has everything defined ?
|
|
| Back to top |
|
 |
Avatar Zondertau Guest
|
Posted: Fri Aug 05, 2005 8:03 am Post subject: Re: Where are those constant defined ? |
|
|
| Quote: | ole with excel,
I see lots of example which goes like
Excel.Range['A1', 'D10'].Sort(
Excel.Cells.Item[2, 2], xlAscending,
Excel.Cells.Item[2, 3], EmptyParam, xlDescending,
EmptyParam, xlAscending, xlYes, EmptyParam,
True, xlTopToBottom, xlSyllabary, EmptyParam,
EmptyParam, EmptyParam);
But it seems D6 complains those variables like xlAscending is not
defined. Is there a unit which has everything defined ?
|
Excel_TLB.pas
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|