 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Sabetay Toros Guest
|
Posted: Fri Aug 20, 2004 8:55 am Post subject: Defining a property |
|
|
Hi,
How can I define a STL vector as a property. Any ideas
Sabetay
|
|
| Back to top |
|
 |
Todd Brylski Guest
|
Posted: Fri Aug 20, 2004 11:25 am Post subject: Re: Defining a property |
|
|
"Sabetay Toros" <bilsarbiz (AT) ttnet (DOT) net.tr> wrote
| Quote: | How can I define a STL vector as a property. Any ideas
|
typedef std::vector<int> TIntVector;
private:
TIntVector FIntVector;
public:
__property TIntVector IntVector = {read=FIntVector,write=FIntVector};
Todd
|
|
| 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
|
|